From: Aleksander Ɓukasz Date: Fri, 28 Jun 2013 08:59:56 +0000 (+0200) Subject: Removing unused code X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/72f859c70150e9268ee7fd1829917ce0823750f6 Removing unused code --- diff --git a/modules/documentCanvas/tests/transform.test.js b/modules/documentCanvas/tests/transform.test.js deleted file mode 100644 index 66140e5..0000000 --- a/modules/documentCanvas/tests/transform.test.js +++ /dev/null @@ -1,13 +0,0 @@ -define(['libs/chai', 'modules/documentCanvas/transformations'], function(chai, transformations) { - - var assert = chai.assert; - - suite('Transform', function() { - - test('test1', function() { - assert.ok(true); - }); - - }); - -}); \ No newline at end of file