From fd16298746aabdf5c3187e177982e1200d0cf07d Mon Sep 17 00:00:00 2001 From: Simon Engledew Date: Tue, 24 Nov 2020 14:28:08 +0000 Subject: [PATCH] Revert an accidental change to make testing quicker --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c53331fd..454ab1927 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "CodeQL action", "scripts": { "build": "tsc", - "test": "ava src/actions-util.test.ts --serial --verbose", + "test": "ava src/** --serial --verbose", "lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts", "lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix", "removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"