X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3ef4adb18d58aa2570142c19762e4f2a48cb0d1b..540ab2ebda6121a52a15f82e531ef8ba558024b1:/modules/documentCanvas/tests/transform.test.js diff --git a/modules/documentCanvas/tests/transform.test.js b/modules/documentCanvas/tests/transform.test.js new file mode 100644 index 0000000..66140e5 --- /dev/null +++ b/modules/documentCanvas/tests/transform.test.js @@ -0,0 +1,13 @@ +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