mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 12:21:51 +00:00
more tests
This commit is contained in:
parent
97e4e57a73
commit
3f0c0deed8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
assert.ok(typeof fabric.window !== 'undefined', 'window is set');
|
||||
assert.ok(typeof fabric.isTouchSupported !== 'undefined', 'isTouchSupported is set');
|
||||
assert.ok(typeof fabric.isLikelyNode !== 'undefined', 'isLikelyNode is set');
|
||||
assert.equal(fabric.SHARED_ATTRIBUTES.length, 18, 'SHARED_ATTRIBUTES is set');
|
||||
assert.equal(fabric.SHARED_ATTRIBUTES.length, 19, 'SHARED_ATTRIBUTES is set');
|
||||
});
|
||||
|
||||
QUnit.test('initFilterBackend', function(assert) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue