From 3f0c0deed8fe1c96901ab4182f9e69fd2561821a Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Sun, 17 Feb 2019 22:55:57 +0100 Subject: [PATCH] more tests --- test/unit/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/header.js b/test/unit/header.js index 4f6cfc81..dc6ba4dc 100644 --- a/test/unit/header.js +++ b/test/unit/header.js @@ -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) {