mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 11:38:11 +08:00
6 lines
140 B
JSON
6 lines
140 B
JSON
{
|
|
"preset": "jest-puppeteer",
|
|
"testMatch": ["**/__tests__/**/?(*.)(spec|test).js?(x)"],
|
|
"setupFiles": ["../setupMissingGlobals.js"]
|
|
}
|