5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
module.exports = {
|
|
preset: '../../jest-unit.config.js',
|
|
testEnvironment: 'jest-environment-jsdom',
|
|
};
|