Files
cellxgene/client/__tests__/e2e/e2eJestConfig.json
T

6 lines
140 B
JSON

{
"preset": "jest-puppeteer",
"testMatch": ["**/__tests__/**/?(*.)(spec|test).js?(x)"],
"setupFiles": ["../setupMissingGlobals.js"]
}