update clock tests, remove testSequencer

This commit is contained in:
Karsten Hassel
2021-06-14 17:02:11 +02:00
parent a2083be76b
commit ee23c5f72c
4 changed files with 30 additions and 40 deletions

View File

@@ -93,7 +93,6 @@
},
"jest": {
"verbose": true,
"testSequencer": "<rootDir>/tests/e2e/testSequencer.js",
"projects": [
{
"displayName": "unit",
@@ -120,7 +119,6 @@
],
"testPathIgnorePatterns": [
"<rootDir>/tests/e2e/modules/mocks",
"<rootDir>/tests/e2e/testSequencer.js",
"<rootDir>/tests/e2e/global-setup.js"
]
}