mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-18 06:17:59 +08:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"preset": "jest-puppeteer",
|
|
"testMatch": [
|
|
"**/__tests__/**/?(*.)(spec|test).js?(x)"
|
|
],
|
|
"testURL": "http://localhost/",
|
|
"setupFiles": [
|
|
"../setupMissingGlobals.js"
|
|
]
|
|
}
|