Skip to content

Commit

Permalink
Update object.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Jan 31, 2023
1 parent d29352e commit 8ad5647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
assert.equal(cObj.type, 'object');
assert.equal(cObj.includeDefaultValues, true);
assert.equal(cObj.selectable, true);

assert.equal(cObj.objectCaching, !fabric.getEnv().isLikelyNode, 'object caching default value');
});

QUnit.test('get', function(assert) {
Expand Down

0 comments on commit 8ad5647

Please sign in to comment.