mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
14 lines
409 B
Text
14 lines
409 B
Text
!!!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")
|