From f3e83b1a065afbdbc43ed9573f78f23abbf7d60c Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Sat, 6 Jul 2024 00:11:39 +0300 Subject: [PATCH] test: execute with source maps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44fb207..a917387 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build": "tsc --build", "pretest": "npm run lint && npm run build", "test": "npm run test:only", - "test:only": "node --test ./dist/test", + "test:only": "node --test --enable-source-maps ./dist/test", "lint": "eslint .", "prepack": "npm run build", "prettify": "npx prettier . --write"