Skip to content

Commit

Permalink
test(ontegration-tests): fix wrong setup file path
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Jul 21, 2021
1 parent 871fa85 commit ea0c578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/integration-tests/jest.config.js
Expand Up @@ -8,5 +8,5 @@ module.exports = {
collectCoverageFrom: ['src/**/*.ts', '!**/__tests__/**/*'],
// todo duplicated serializer from client package, should share
snapshotSerializers: ['./src/__tests__/__helpers__/snapshotSerializer.ts'],
setupFiles: ['./src/__tests__/jestSetup.js'],
setupFiles: ['./src/__tests__/__helpers__/segfaultHandler.ts'],
}

0 comments on commit ea0c578

Please sign in to comment.