jest.config.js 93 B

1234
  1. module.exports = {
  2. testPathIgnorePatterns: ["__tests__"],
  3. testURL: "http://localhost",
  4. }