Skip to content

Commit

Permalink
replace bs-jest with @glennsl/bs-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenykochetkov committed Jul 31, 2018
1 parent 0ddf92c commit 7d41e0a
Show file tree
Hide file tree
Showing 3 changed files with 1,152 additions and 412 deletions.
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"bs-dev-dependencies": [
"bs-jest"
"@glennsl/bs-jest"
],
"namespace": true,
"refmt": 3
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"license": "MIT",
"devDependencies": {
"bs-platform": "^4.0.2",
"bs-jest": "^0.2.0"
"@glennsl/bs-jest": "^0.4.2"
},
"dependencies": {}
"dependencies": {},
"jest": {
"testEnvironment": "node"
}
}
Loading

0 comments on commit 7d41e0a

Please sign in to comment.