Skip to content

Commit

Permalink
[internal] attempt to fix travisci #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Mar 19, 2019
1 parent 3a0d72c commit c1317c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ module.exports = {
coverageDirectory: '<rootDir>coverage',
collectCoverageFrom: ['<rootDir>packages/**/src/*.{js}', '!**/node_modules/**'],
projects: ['<rootDir>packages/**/*.{js}'],
moduleNameMapper: {
'@vx/(.+)$': '<rootDir>packages/$1/src'
},
testMatch: ['**/test/*.+(js)', '**/*.test.+(js)'],
transform: { '^.+\\.js?$': '<rootDir>babel-jest.setup.js' },
setupFilesAfterEnv: ['raf/polyfill', 'jest-enzyme'],
testEnvironment: 'enzyme'
Expand Down

0 comments on commit c1317c0

Please sign in to comment.