Commit 20d2a22f authored by Tristan Cavelier's avatar Tristan Cavelier

Unit tests updated

parent d9ec89ee
This diff is collapsed.
......@@ -10,6 +10,7 @@
<script src="../lib/qunit/qunit.js"></script>
<script src="../lib/sinon/sinon.js"></script>
<script src="../lib/sinon/sinon-qunit.js"></script>
<script src="../src/promy/promy.js"></script>
<script src="../src/sha256.amd.js"></script>
<script src="../jio.js"></script>
<script src="jio/util.js"></script>
......
......@@ -6,6 +6,7 @@
require.config({
"paths": {
"promy": "../src/promy/promy",
"sha256": "../src/sha256.amd",
"jio": "../jio",
"jio_tests": "jio/tests",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment