From 48b5343c14ab653b9e6df0555dbbfdd6433a03d5 Mon Sep 17 00:00:00 2001 From: Neil Kistner Date: Mon, 13 Apr 2020 09:11:45 -0500 Subject: [PATCH] Fix bsconfig.json to allow `test` command to run --- bsconfig.json | 3 ++- bsconfig.test.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bsconfig.json b/bsconfig.json index 449e1d3..8031a12 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -22,7 +22,8 @@ "reason-react" ], "bs-dev-dependencies": [ - "@glennsl/bs-jest" + "@glennsl/bs-jest", + "bisect_ppx" ], "sources": [ { diff --git a/bsconfig.test.json b/bsconfig.test.json index d7e9a86..fde0c5c 100644 --- a/bsconfig.test.json +++ b/bsconfig.test.json @@ -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": [ {