You've already forked shenanigans-manager
mirror of
https://github.com/FullScreenShenanigans/shenanigans-manager.git
synced 2026-04-28 13:03:43 -07:00
58 lines
1.8 KiB
HTML
58 lines
1.8 KiB
HTML
<!-- This file was auto-generated by shenanigans-manager -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{package.name}} Tests</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
|
|
</head>
|
|
<body>
|
|
<div id="mocha"></div>
|
|
|
|
<!-- Dependencies: Begin -->
|
|
<script type="text/javascript">
|
|
window.testDependencies = [
|
|
{{#dependencyNames}}
|
|
"{{{.}}}",
|
|
{{/dependencyNames}}
|
|
];
|
|
</script>
|
|
<!-- Dependencies: End -->
|
|
|
|
<!-- Tests: Begin -->
|
|
<script type="text/javascript">
|
|
window.testPaths = [
|
|
{{#testPaths}}
|
|
"{{{.}}}",
|
|
{{/testPaths}}
|
|
];
|
|
</script>
|
|
<!-- Tests: End -->
|
|
|
|
<script data-main="main.js" src="../node_modules/requirejs/require.js" type="text/javascript"></script>
|
|
|
|
<!-- Require Paths: Begin -->
|
|
<script type="text/javascript">
|
|
requirejs.config({
|
|
paths: {
|
|
"chai": "../node_modules/chai/chai",
|
|
"lolex": "../node_modules/lolex/lolex",
|
|
"mocha": "../node_modules/mocha/mocha",
|
|
"sinon": "../node_modules/sinon/pkg/sinon",
|
|
"sinon-chai": "../node_modules/sinon-chai/lib/sinon-chai",
|
|
{{#externals}}
|
|
{{{.}}},
|
|
{{/externals}}
|
|
}
|
|
});
|
|
|
|
requirejs.onError = function (error) {
|
|
console.error(error);
|
|
throw error;
|
|
};
|
|
</script>
|
|
<!-- Require Paths: End -->
|
|
</body>
|
|
</html>
|