Added e2e tests for filewatcher
Some checks failed
Docker Image CI / build (push) Has been cancelled
Some checks failed
Docker Image CI / build (push) Has been cancelled
This commit is contained in:
10
package.json
10
package.json
@@ -101,6 +101,7 @@
|
||||
"jest": {
|
||||
"coverageDirectory": "<rootDir>/coverage",
|
||||
"testEnvironment": "node",
|
||||
"testTimeout": 30000,
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
@@ -112,9 +113,16 @@
|
||||
"testMatch": [
|
||||
"**/*.spec.(ts|js)"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"/dist/"
|
||||
],
|
||||
"setupFilesAfterEnv": [
|
||||
"<rootDir>/tests/setup.ts"
|
||||
],
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsConfig": "tsconfig.json"
|
||||
"tsconfig": "tsconfig.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user