mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +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"
|
|
]
|
|
}
|