btcpayserver-doc/jest.config.js
2023-03-27 16:15:18 +02:00

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