Skip to content

Commit

Permalink
feature(babel): fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert committed Aug 30, 2019
1 parent a0a604a commit bd8d460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-jest": "^24.9.0",
"coveralls": "^3.0.6",
"eslint": "^6.2.1",
"eslint-config-airbnb-base": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const createAgent = () => ({

beforeEach(() => {
createBrowser()
require('../lib/index')
require('../src/index')
})

afterEach(() => {
Expand Down
2 changes: 1 addition & 1 deletion test/state.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const dictionary = {

beforeEach(() => {
createBrowser()
require('../lib/state')
require('../src/state')
})

afterEach(() => {
Expand Down

0 comments on commit bd8d460

Please sign in to comment.