Skip to content

Commit

Permalink
Re-enable local state tests
Browse files Browse the repository at this point in the history
Recent jest config changes inadvertantly disabled all local
state tests.
  • Loading branch information
hwillson committed Feb 24, 2019
1 parent b781f78 commit a1ce7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jest.config.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],
testURL: 'http://localhost',

testMatch: ['<rootDir>/src/**/__tests__/*.ts'],
testMatch: ['<rootDir>/src/**/__tests__/**/*.ts'],
testPathIgnorePatterns: [
'/node_modules/',
'/lib/',
Expand Down

0 comments on commit a1ce7be

Please sign in to comment.