Skip to content
Permalink
dev
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
module.exports = {
'testEnvironment': 'node',
'setupFiles': [
'<rootDir>/scripts/testSetup.js'
],
'testMatch': [
'**/__tests__/**/*.spec.js'
]
}