Skip to content

Commit

Permalink
chore: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 15, 2024
1 parent e4a5f48 commit 106bb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helper/src/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Index', () => {

testType<object>(MOS.ensureXMLObject(anyData.objA, true))
// @ts-expect-error wrong return type
testType<string>(MOS.ensureObject(anyData.objA, true))
testType<string>(MOS.ensureXMLObject(anyData.objA, true))

testType<string>(MOS.ensureString(MOS.ensureXMLObject(anyData.objA, true).strValue, true))

Expand Down

0 comments on commit 106bb46

Please sign in to comment.