You've already forked PixelRendr
mirror of
https://github.com/FullScreenShenanigans/PixelRendr.git
synced 2026-04-28 13:00:29 -07:00
47 lines
1.5 KiB
HTML
47 lines
1.5 KiB
HTML
<!-- This file was auto-generated by gulp-shenanigans -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>PixelRendr 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 = [
|
|
"ChangeLinr"
|
|
, "StringFilr"
|
|
];
|
|
</Script>
|
|
<!-- Dependencies: End -->
|
|
|
|
<!-- Externals: Begin -->
|
|
|
|
<!-- Externals: End -->
|
|
|
|
<!-- Tests: Begin -->
|
|
<script type="text/javascript">
|
|
window.testPaths = [
|
|
"main",
|
|
"PixelRendr/changePalette",
|
|
"PixelRendr/decode",
|
|
"PixelRendr/generatePaletteFromRawData",
|
|
"PixelRendr/memcpyU8",
|
|
"PixelRendr/resetLibrary",
|
|
"PixelRendr/resetRender",
|
|
"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>
|