Skip to content

Commit 5a1ce3c

Browse files
committed
set debuggability for e2e test
1 parent 560f0d8 commit 5a1ce3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@apphosting/adapter-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*",
2525
"test": "npm run test:unit && npm run test:functional",
2626
"test:unit": "ts-mocha -p tsconfig.json 'src/**/*.spec.ts' 'src/*.spec.ts'",
27-
"test:functional": "node --loader ts-node/esm ./e2e/run-local.ts",
27+
"test:functional": "NODE_DEBUG=* node --loader ts-node/esm --trace-warnings --unhandled-rejections=strict ./e2e/run-local.ts",
2828
"localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml",
2929
"localregistry:publish": "(npm view --registry=http://localhost:4873 @apphosting/adapter-nextjs && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873"
3030
},

0 commit comments

Comments
 (0)