mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-17 06:20:24 +00:00
8 lines
267 B
JavaScript
8 lines
267 B
JavaScript
// set the fabric famework as a global for tests
|
|
global.fabric = require('../dist/fabric').fabric;
|
|
global.pixelmatch = require('pixelmatch');
|
|
global.fs = require('fs');
|
|
|
|
QUnit.config.testTimeout = 15000;
|
|
QUnit.config.noglobals = true;
|
|
QUnit.config.hidePassed = true;
|