8 lines
283 B
JavaScript
8 lines
283 B
JavaScript
// For a detailed explanation regarding each configuration property, visit:
|
|
// https://jestjs.io/docs/en/configuration.html
|
|
module.exports = {
|
|
// The test environment that will be used for testing
|
|
testEnvironment: 'node',
|
|
testPathIgnorePatterns: ['/deps/', '/node_modules/']
|
|
}
|