File: jest.config.js

package info (click to toggle)
node-corepack 0.24.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 262,916 kB
  • sloc: javascript: 94; makefile: 18; sh: 12
file content (4 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
module.exports = {
  setupFilesAfterEnv: [`./tests/setupTests.js`],
  testTimeout: 120000,
};