Files
cellxgene/client/__tests__/e2e/e2eJestConfig.json
2019-03-28 16:47:42 -07:00

11 lines
190 B
JSON

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