We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a567c1 commit 5c91a41Copy full SHA for 5c91a41
1 file changed
src/commands/fix/cmd-fix.test.mts
@@ -74,6 +74,7 @@ describe('socket fix', async () => {
74
`)
75
expect(stdout).toMatchInlineSnapshot(`
76
"\\x1b[34mi\\x1b[39m Fixing packages for npm
77
+
78
[DryRun]: Not saving"
79
80
expect(code, 'dry-run should exit with code 0 if input ok').toBe(0)
0 commit comments