From afe3528c29331922ddce831f373f73a9b358c97f Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 5 Aug 2017 02:55:22 +0200 Subject: [PATCH] rename unit-test --- test/index.html | 2 +- test/unit/{test.js => image-editor.js} | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) rename test/unit/{test.js => image-editor.js} (98%) 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