fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Using === instead of isSameNode (not supported in FF)
[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
});