blog/jest.config.js
2021-06-19 20:01:34 +02:00

11 lines
295 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/'
]
}