2020-07-30 15:00:07 +03:00
|
|
|
// For a detailed explanation regarding each configuration property, visit:
|
|
|
|
// https://jestjs.io/docs/en/configuration.html
|
|
|
|
module.exports = {
|
|
|
|
setupFiles: ['<rootDir>/tests/js/setup.js'],
|
|
|
|
testMatch: ['<rootDir>/tests/js/**/*.spec.js'],
|
2021-06-01 12:25:49 +03:00
|
|
|
testEnvironment: 'jsdom',
|
2020-07-30 15:00:07 +03:00
|
|
|
};
|