Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari committed Aug 16, 2020
1 parent b7eb831 commit 38e3028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/environments/__tests__/base.js
Expand Up @@ -50,8 +50,8 @@ describe('Environment', () => {
const defaultRules = Object.keys(rules)
const configRules = config.module.rules

expect(defaultRules.length).toEqual(6)
expect(configRules.length).toEqual(6)
expect(defaultRules.length).toEqual(7)
expect(configRules.length).toEqual(7)
})

test('should return cache path for nodeModules rule', () => {
Expand Down

0 comments on commit 38e3028

Please sign in to comment.