2022-04-29 02:44:38 +00:00
|
|
|
module.exports = {
|
2022-05-07 12:33:17 +00:00
|
|
|
moduleFileExtensions: ['js', 'ts', 'json', 'testing.js'],
|
2022-04-29 02:44:38 +00:00
|
|
|
setupTestFrameworkScriptFile: './test/setup.js',
|
|
|
|
testEnvironment: 'node',
|
|
|
|
rootDir: '../',
|
|
|
|
};
|