diff --git a/client/lib/importer/Makefile b/client/lib/importer/Makefile deleted file mode 100644 index 4858c85be144c9..00000000000000 --- a/client/lib/importer/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -NODE_BIN := $(shell npm bin) -MOCHA ?= $(NODE_BIN)/mocha -BASE_DIR := $(NODE_BIN)/../.. -NODE_PATH := test:$(BASE_DIR)/client:$(BASE_DIR)/shared -COMPILERS ?= jsx:babel/register-without-polyfill -REPORTER ?= spec -UI ?= bdd - -test: - @NODE_ENV=test NODE_PATH=$(NODE_PATH) $(MOCHA) --compilers $(COMPILERS) --reporter $(REPORTER) --ui $(UI) - -.PHONY: test diff --git a/client/tests.json b/client/tests.json index 921ee93eb76654..00e5d2a9ebde78 100644 --- a/client/tests.json +++ b/client/tests.json @@ -94,6 +94,9 @@ "localforage": { "test": [ "localforage-bypass" ] }, + "importer" : { + "test" : [ "api-interaction" ] + }, "menu-data" : { "test" : [ "menu-data" ] },