Skip to content

Commit

Permalink
Fix bsconfig.json to allow test command to run
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 13, 2020
1 parent 74e4e3a commit 48b5343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"reason-react"
],
"bs-dev-dependencies": [
"@glennsl/bs-jest"
"@glennsl/bs-jest",
"bisect_ppx"
],
"sources": [
{
Expand Down
4 changes: 2 additions & 2 deletions bsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"suffix": ".bs.js",
"bs-dependencies": [
"bisect_ppx",
"bs-dom-testing-library",
"reason-react"
],
"bs-dev-dependencies": [
"@glennsl/bs-jest"
"@glennsl/bs-jest",
"bisect_ppx"
],
"sources": [
{
Expand Down

0 comments on commit 48b5343

Please sign in to comment.