diff --git a/package.json b/package.json index c304ce8..c64bae7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "pretest": "yarn compile", - "test": "nyc jasmine --config=\"jasmine.json\"", + "test": "DEBUG=* nyc jasmine --config=\"jasmine.json\"", "mutate": "stryker run", "precompile": "rm -rf dist", "compile": "tsc"