Skip to content

Commit

Permalink
feat: update gerPref test
Browse files Browse the repository at this point in the history
  • Loading branch information
HomyeeKing committed Nov 30, 2022
1 parent f0ede34 commit a91fa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg-manifest/manifest-utils/test/getPref.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test('getPref()', () => {
getPref('foo', 'foo', '4.0.0', {
pinnedVersion: 'none',
})
).toEqual('*')
).toEqual('^4.0.0')

expect(
getPref('foo', 'foo', undefined, {
Expand Down

0 comments on commit a91fa7c

Please sign in to comment.