jest.config.js 226 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7 8 9
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,
  },
};