mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
15 lines
409 B
Plaintext
15 lines
409 B
Plaintext
!!!html5
|
|
head
|
|
title Mocha Tests
|
|
link(rel="stylesheet",href="stylesheets/mocha.css")
|
|
script require = { baseUrl : "/js", "urlArgs" : "fingerprint=#{date}", "paths": { "underscore" : "libs/underscore" } }
|
|
body
|
|
#mocha
|
|
#test-area()
|
|
include templates
|
|
script(type="text/javascript")
|
|
window.userSettings = {
|
|
project_id: "test-project"
|
|
}
|
|
script(src="/js/libs/require.js",data-main="tests/unit/run.js")
|