Skip to content

Commit 2ba2caa

Browse files
committed
jest-cli upgrade to 0.4.0 fixing issues with tests
1 parent 4f84d94 commit 2ba2caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"broccoli-sass": "hipertracker/broccoli-sass",
4040
"browserify": "^8.0.1",
4141
"http-server": "^0.7.4",
42-
"jest-cli": "^0.3.0"
42+
"jest-cli": "^0.4.0"
4343
},
4444
"dependencies": {
4545
"lodash": "*",

src/__tests__/sum-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jest.dontMock('../sum'); // or jest.autoMockOff();
22

3-
import sum from '../sum';
3+
import sum from '../sum'
44

55
describe('sum', function () {
66
it('adds 1 + 2 to equal 3', function () {

0 commit comments

Comments
 (0)