UNPKG

249 BJavaScriptView Raw
1// const { defaults } = require('jest-config')
2
3module.exports = {
4 setupTestFrameworkScriptFile: './test/jest-setup.js',
5 testPathIgnorePatterns: [
6 "/node_modules/",
7 "/test/projects/",
8 "/.projects/",
9 ]
10}