We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321e7d4 commit 889c800Copy full SHA for 889c800
recipes/repl-builtin-modules/package.json
@@ -4,7 +4,7 @@
4
"description": "Handle DEP0191 via transforming `repl.builtinModules` usage to `module.builtinModules`.",
5
"type": "module",
6
"scripts": {
7
- "test": "npx codemod@next jssg test -l typescript ./src/workflow.ts ./",
+ "test": "npx codemod@next jssg test --reporter json -l typescript ./src/workflow.ts ./",
8
"test:update-snapshots": "npx codemod@next jssg test --update-snapshots -l typescript ./src/workflow.ts ./ "
9
},
10
"repository": {
0 commit comments