6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = {
|
|
rootDir: '.',
|
|
testEnvironment: 'jsdom',
|
|
testMatch: ['<rootDir>/tests/**/*.test.js']
|
|
}
|