mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
getting some help on freenode, so made tests run using cdn's rather than node_modules
This commit is contained in:
parent
178d47b0ef
commit
fdf547cb80
6
test/html/test-all.html
vendored
6
test/html/test-all.html
vendored
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>GPU.JS : Test All</title>
|
||||
<link rel="stylesheet" href="../../node_modules/qunitjs/qunit/qunit.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/qunit/2.4.1/qunit.css">
|
||||
|
||||
<!-- gpu.js scripts -->
|
||||
<script src="../../bin/gpu.js"></script>
|
||||
@ -12,8 +12,8 @@
|
||||
<body>
|
||||
<div id="qunit"></div>
|
||||
<div id="qunit-fixture"></div>
|
||||
<script src="../../node_modules/qunitjs/qunit/qunit.js"></script>
|
||||
<script src="../../node_modules/qunit-assert-close/qunit-assert-close.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/qunit/2.4.1/qunit.js"></script>
|
||||
<script src="https://cdn.rawgit.com/JamesMGreene/qunit-assert-close/5db79327/qunit-assert-close.js"></script>
|
||||
|
||||
<!-- features -->
|
||||
<script src="../src/features/add-custom-function.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user