diff --git a/test/index.html b/test/index.html index 558517e..6a93525 100644 --- a/test/index.html +++ b/test/index.html @@ -15,6 +15,6 @@ - + \ No newline at end of file diff --git a/test/unit/test.js b/test/unit/image-editor.js similarity index 98% rename from test/unit/test.js rename to test/unit/image-editor.js index fa541b0..cd5df2e 100644 --- a/test/unit/test.js +++ b/test/unit/image-editor.js @@ -7,5 +7,4 @@ QUnit.test('should load image', function( assert ) { assert.ok(editor.canvas.getImage()); done(); }); -}); - +}); \ No newline at end of file