From df97d6fbd81c57e7011b0fc61e775a187af2d92d Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 11 Oct 2020 10:40:59 +0200 Subject: [PATCH] Make testing a single test easier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68fc437..4683c2c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "bats": "^1.1.0" }, "scripts": { - "test": "bats tests" + "test": "rm -rf tests/tmpstubs && rm -rf tests/shellmock.* && bats tests" } }