From efa1950f165213bc5377032aebc9fd0651e5bcb0 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 28 Jun 2019 14:44:50 +0300 Subject: [PATCH] build: add path in test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 004de49..4522cc5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "build": "rimraf lib && babel src -d lib", "coverage": "nyc report --reporter=text-lcov | coveralls", "pretest": "npm run build", - "test": "nyc ava" + "test": "nyc ava test/test-*.js" }, "files": [ "lib/"