From 64ca68e16effa9c43036e765da65029b3151df57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Tue, 22 Oct 2024 10:30:59 +0200 Subject: [PATCH] Update the "test" script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 948769b..ff4e45b 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ ], "scripts": { "prepack": "gulp", - "test": "gulp build && node --test --test-reporter=spec" + "test": "gulp test" } }