Skip to content

Commit

Permalink
different import
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Jan 28, 2023
1 parent 6c43775 commit 536b644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/node_test_setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ QUnit.recreateVisualRefs = Number(process.env.QUNIT_RECREATE_VISUAL_REFS);
QUnit.config.filter = process.env.QUNIT_FILTER;


global.fabric = require('../dist/fabric');
global.fabric = require('../dist/fabric.umd');
global.pixelmatch = require('pixelmatch');
global.fs = require('fs');
global.visualCallback = {
Expand Down
6 changes: 3 additions & 3 deletions test/testem.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

/**
* common config
* common config
* @see https://github.com/testem/testem/blob/master/docs/config_file.md
*/
module.exports = {
framework: 'qunit',
serve_files: [
'dist/fabric.js',
'dist/fabric.umd.js',
'test/lib/assert.js'
],
styles: [
Expand Down Expand Up @@ -45,4 +45,4 @@ module.exports = {
timeout: 540,
browser_start_timeout: 60,
parallel: 4
}
}

0 comments on commit 536b644

Please sign in to comment.