Skip to content

Commit

Permalink
update e2e test config
Browse files Browse the repository at this point in the history
  • Loading branch information
imaksp committed Jan 17, 2023
1 parent 06fedf7 commit 349e9dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.e2e.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.exports = {
name: 'API integration tests',
displayName: 'API integration tests',
testMatch: ['**/?(*.)+(spec|test).e2e.js'],
testEnvironment: 'node',
setupFilesAfterEnv: ['<rootDir>/test/jest2e2.setup.js'],
testTimeout: 100000,
coveragePathIgnorePatterns: [
'<rootDir>/dist/',
'<rootDir>/node_modules/',
Expand Down

0 comments on commit 349e9dd

Please sign in to comment.