diff --git a/package.json b/package.json index e3a55b6..6950565 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "prepare": "npm test && npm run lint && npm run build", "test": "vitest run", - "test:watch": "vitest", + "test:watch": "DEBUG=mongo* vitest", "clean": "rm -rf dist", "build": "npm run clean && tsc --declaration", "build:watch": "tsc --watch",