You've already forked StateHoldr
mirror of
https://github.com/FullScreenShenanigans/StateHoldr.git
synced 2026-04-28 13:02:27 -07:00
45 lines
1.5 KiB
HTML
45 lines
1.5 KiB
HTML
<!-- This file was auto-generated by gulp-shenanigans -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>StateHoldr 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 = [
|
|
"ItemsHoldr"
|
|
];
|
|
</Script>
|
|
<!-- Dependencies: End -->
|
|
|
|
<!-- Externals: Begin -->
|
|
|
|
<!-- Externals: End -->
|
|
|
|
<!-- Tests: Begin -->
|
|
<script type="text/javascript">
|
|
window.testPaths = [
|
|
"main",
|
|
"StateHoldr/addChange",
|
|
"StateHoldr/addCollectionChange",
|
|
"StateHoldr/applyChanges",
|
|
"StateHoldr/saveCollection",
|
|
"StateHoldr/setCollection",
|
|
"utils/fakes",
|
|
"utils/MochaLoader"
|
|
];
|
|
</script>
|
|
<!-- Tests: End -->
|
|
|
|
<script src="../node_modules/chai/chai.js" type="text/javascript"></script>
|
|
<script src="../node_modules/mocha/mocha.js" type="text/javascript"></script>
|
|
<script data-main="main.js" src="../node_modules/requirejs/require.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|