rename unit-test

This commit is contained in:
Martin
2017-08-05 02:55:22 +02:00
parent 521b10c3ae
commit afe3528c29
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
<script src="vendor/fabric.js"></script>
<script src="vendor/jquery.js"></script>
<script src="../dist/image-editor.js"></script>
<script src="unit/test.js"></script>
<script src="unit/image-editor.js"></script>
</body>
</html>
@@ -8,4 +8,3 @@ QUnit.test('should load image', function( assert ) {
done();
});
});