From 3bda5fcfb7a23619ba66bef029d89bbd18d2c915 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 09:27:11 +0200 Subject: Move tests to test/ --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f4c9fc5..e66c8a5 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dev:assist": "auto-install --yarn", "format": "prettier-standard 'src/**/*.js'", "precommit": "lint-staged", - "test": "ava '**/*.test.js'", - "test:watch": "ava --watch '**/*.test.js'" + "test": "ava 'test/**/*.test.js'", + "test:watch": "ava --watch 'test/**/*.test.js'" }, "devDependencies": { "auto-install": "^1.7.4", -- cgit 1.4.1