@@ -1,7 +0,0 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
rootDir: path.join(__dirname, '..', '..'),
|
||||
testEnvironment: 'jsdom',
|
||||
testMatch: ['**/test/build-artifacts/es-bundle-core.js'],
|
||||
};
|
||||
@@ -1,7 +0,0 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
rootDir: path.join(__dirname, '..', '..'),
|
||||
testEnvironment: 'jsdom',
|
||||
testMatch: ['**/test/build-artifacts/es-bundle.js'],
|
||||
};
|
||||
@@ -3,5 +3,5 @@ const path = require('path');
|
||||
module.exports = {
|
||||
rootDir: path.join(__dirname, '..', '..'),
|
||||
testEnvironment: 'jsdom',
|
||||
testMatch: ['**/test/build-artifacts/umd.js'],
|
||||
testMatch: ['**/test/build-artifacts/**/*.js'],
|
||||
};
|
||||
Reference in New Issue
Block a user