mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:53:35 +00:00
feat: actually link expo and nx
This commit is contained in:
22
apps/mobile-e2e/jest.config.json
Normal file
22
apps/mobile-e2e/jest.config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"preset": "../../jest.preset",
|
||||
"rootDir": ".",
|
||||
"testMatch": [
|
||||
"<rootDir>/src/**/*.test.ts?(x)",
|
||||
"<rootDir>/src/**/*.spec.ts?(x)"
|
||||
],
|
||||
"testTimeout": 120000,
|
||||
"maxWorkers": 1,
|
||||
"globalSetup": "detox/runners/jest/globalSetup",
|
||||
"globalTeardown": "detox/runners/jest/globalTeardown",
|
||||
"reporters": ["detox/runners/jest/reporter"],
|
||||
"testEnvironment": "detox/runners/jest/testEnvironment",
|
||||
"verbose": true,
|
||||
"setupFilesAfterEnv": ["<rootDir>/test-setup.ts"],
|
||||
"transform": {
|
||||
"^.+\\.(ts|js|html)$": [
|
||||
"ts-jest",
|
||||
{ "tsconfig": "<rootDir>/tsconfig.e2e.json" }
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user