Skip to content

Commit 3898fd6

Browse files
run test:lint --fix
1 parent 5ee5cf7 commit 3898fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/acceptance-tests/pkg-tests-specs/sources/commands/patchCommit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe(`Commands`, () => {
114114
});
115115

116116
expect(manifest.resolutions).toEqual({
117-
[`no-deps@npm:1.0.0`]: expect.stringMatching(/^patch:no-deps/),
117+
[`no-deps@npm:1.0.0`]: expect.stringMatching(/^patch:no-deps/),
118118
});
119119
}),
120120
);

0 commit comments

Comments
 (0)