mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 05:48:12 +08:00
934cc5c69b
* Added TS. Updated build and linting config. Added types. * [ts-migrate][.] Rename files from JS/JSX to TS/TSX Co-authored-by: ts-migrate <> * [ts-migrate][.] Run TS Migrate Co-authored-by: ts-migrate <> * Corrected files mangled by ts-migrate. * Updated lint config, minor linting. * Re-enabled Husky. * Updated tests and config. * Reverted webpack devtool config. * Removed obsolete snapshots. * Added annotations snap. * Updated tsconfig includes wrt linting. * Removed ts-migrate. Co-authored-by: Timmy Huang <tihuan@users.noreply.github.com>
11 lines
389 B
JSON
11 lines
389 B
JSON
{
|
|
"testRunner": "jest-circus/runner",
|
|
"preset": "jest-puppeteer",
|
|
"testMatch": ["**/__tests__/**/?(*.)(spec|test).ts?(x)"],
|
|
"setupFiles": ["../setupMissingGlobals.ts"],
|
|
"setupFilesAfterEnv": ["expect-puppeteer", "./puppeteer.setup.ts"],
|
|
"globalSetup": "../globalSetup.ts",
|
|
"globalTeardown": "jest-environment-puppeteer/teardown",
|
|
"testEnvironment": "./screenshot_env.js"
|
|
}
|