From 424d740c5fc5f9a0050daf62ac65f29ab7ee94e9 Mon Sep 17 00:00:00 2001 From: Chinmay Sai Vemuri <55590938+rashtrakoff@users.noreply.github.com> Date: Fri, 19 May 2023 13:14:06 +0530 Subject: [PATCH] Fixed scripts in package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5795682..572ca15 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,8 @@ "test": "test" }, "scripts": { - "tests:integration": "forge t --no-match-contract '(?:Fuzz|Invariant)'", - "tests:fuzz": "forge t --match-contract '(?:Fuzz)'", - "tests:invariant": "forge t --match-contract '(?:Invariant)'" + "tests:integration": "forge t --no-match-contract '(?:Fuzz)'", + "tests:fuzz": "forge t --match-contract '(?:Fuzz)'" }, "repository": { "type": "git",