mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-21 08:20:23 +00:00
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
|
|
// set the fabric famework as a global for tests
|
||
|
|
global.fabric = require('../dist/fabric').fabric;
|
||
|
|
|
||
|
|
QUnit.config.testTimeout = 10000;
|
||
|
|
QUnit.config.noglobals = true;
|