Skip to content

Commit

Permalink
Update test cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndresx committed Oct 12, 2020
1 parent 5fc807a commit 0d7d724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- stage: 'Build'
name: 'Package'
script: yarn build
- name: 'E2E Tests'
script: yarn test:e2e
- script: rm -rf ./node_modules && cd ./examples && yarn && yarn build
name: 'Examples'
- stage: 'E2E Tests'
name: 'Cypress'
script: yarn test:e2e
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
snapshotSerializers: ['enzyme-to-json/serializer'],
coveragePathIgnorePatterns: ['<rootDir>/config'],
setupFilesAfterEnv: ['<rootDir>/config/setupTests.ts'],
testPathIgnorePatterns: ['/node_modules/', '/cypress/'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
Expand Down

0 comments on commit 0d7d724

Please sign in to comment.