Skip to content

Commit 889c800

Browse files
try to report as JSON
1 parent 321e7d4 commit 889c800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/repl-builtin-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Handle DEP0191 via transforming `repl.builtinModules` usage to `module.builtinModules`.",
55
"type": "module",
66
"scripts": {
7-
"test": "npx codemod@next jssg test -l typescript ./src/workflow.ts ./",
7+
"test": "npx codemod@next jssg test --reporter json -l typescript ./src/workflow.ts ./",
88
"test:update-snapshots": "npx codemod@next jssg test --update-snapshots -l typescript ./src/workflow.ts ./ "
99
},
1010
"repository": {

0 commit comments

Comments
 (0)