• wuhao's avatar
    asder · 232589d0
    wuhao authored
    232589d0
jest.config.js 226 Bytes
module.exports = {
  testURL: "http://localhost:8000",
  verbose: false,
  extraSetupFiles: ["./tests/setupTests.js"],
  globals: {
    ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: false,
    localStorage: null,
  },
};