Skip to content

Commit

Permalink
test: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 5, 2020
1 parent d410eed commit 93eac48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
preset: 'ts-jest',
env: 'jsdom',
testEnvironment: 'jsdom',
collectCoverage: true,
collectCoverageFrom: ['<rootDir>/src/**/*.ts'],
collectCoverageFrom: ['<rootDir>/src/GlobalEvents.ts'],
testMatch: ['<rootDir>/__tests__/**/*.spec.ts'],
globals: {
'ts-jest': {
Expand Down

0 comments on commit 93eac48

Please sign in to comment.