fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
66140e51458c013ef36e4e016923631f102e1b24
[fnpeditor.git]
/
modules
/
documentCanvas
/
tests
/
transform.test.js
1
define(['libs/chai', 'modules/documentCanvas/transformations'], function(chai, transformations) {
\r
2
\r
3
var assert = chai.assert;
\r
4
\r
5
suite('Transform', function() {
\r
6
\r
7
test('test1', function() {
\r
8
assert.ok(true);
\r
9
});
\r
10
\r
11
});
\r
12
\r
13
});