fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
testing wip: karma + chai
[fnpeditor.git]
/
modules
/
documentCanvas
/
tests
/
tests_transform.js
diff --git a/modules/documentCanvas/tests/tests_transform.js
b/modules/documentCanvas/tests/tests_transform.js
new file mode 100644
(file)
index 0000000..
76b59a1
--- /dev/null
+++ b/
modules/documentCanvas/tests/tests_transform.js
@@ -0,0
+1,9
@@
+mocha.setup('tdd');
\r
+
\r
+suite('Transform', function() {
\r
+
\r
+ test('test1', function() {
\r
+ chai.assert.ok(true);
\r
+ });
\r
+
\r
+});
\ No newline at end of file