mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 08:18:12 +08:00
* Make the URL hit by jest smoke tests configurable * Fix typo * Make names consistent
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"preset": "jest-puppeteer",
|
|
"testMatch": [
|
|
"**/__tests__/**/?(*.)(spec|test).js?(x)"
|
|
],
|
|
"setupFiles": [
|
|
"../setupMissingGlobals.js"
|
|
]
|
|
}
|