index.js
297 Bytes
/**
* @fileoverview Test env
* @author NHN Ent. FE Development Lab <dl_javascript@nhn.com>
*/
import '../src';
import fabric from 'fabric';
fabric.Object.prototype.objectCaching = false;
const testsContext = require.context('.', true, /spec\.js$/);
testsContext.keys().forEach(testsContext);