Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Feb 16, 2023
1 parent ba6720a commit a129912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __test__/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe('vite-plugin-public-typescript', () => {
test('should eol', () => {
const json = JSON.stringify({ a: 'b' }, null, 2)
const eolJson = eol(json)
expect(json).not.eq(eolJson)
expect(eolJson).toEqual(`{${linebreak} "a": "b"${linebreak}}`)
})

Expand Down

0 comments on commit a129912

Please sign in to comment.