diff --git a/package.json b/package.json index 1ace00c..68a9680 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "type": "module", "scripts": { - "test": "(tstest test/ --web)", + "test": "(tstest test/ --verbose)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" },