summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/Makefile2
-rw-r--r--webapp/tests/suggestion_box.test.jsx.disable (renamed from webapp/tests/suggestion_box.test.jsx)0
2 files changed, 1 insertions, 1 deletions
diff --git a/webapp/Makefile b/webapp/Makefile
index 48172273f..81e00aec6 100644
--- a/webapp/Makefile
+++ b/webapp/Makefile
@@ -8,7 +8,7 @@ check-style: .npminstall
npm run check
test: .npminstall
- cd $(BUILD_SERVER_DIR) && $(MAKE) internal-test-client
+ cd $(BUILD_SERVER_DIR) && $(MAKE) internal-test-web-client
.npminstall: package.json
@echo Getting dependencies using npm
diff --git a/webapp/tests/suggestion_box.test.jsx b/webapp/tests/suggestion_box.test.jsx.disable
index 6301482c2..6301482c2 100644
--- a/webapp/tests/suggestion_box.test.jsx
+++ b/webapp/tests/suggestion_box.test.jsx.disable