module.exports = { testEnvironment: 'node', testMatch: ['/**/*(*.)@(test).[tj]s?(x)'], testPathIgnorePatterns: [ '/node_modules/', // default '/templates/', // don't run tests in the templates '/test/.*/fixtures/', // don't run tests in fixtures '/stage-.*/', // don't run tests in auto-generated (and auto-removed) test dirs ], };