Skip to content

Commit

Permalink
fix: still fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 27, 2024
1 parent 1fa5aa5 commit 3232965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, it } from 'vitest'
import { main } from './index'

it("prints 'Hello, world!'", () => {
it('prints \'Hello, world!\'', () => {
expect(main()).toMatch('Hello, world!')
})

0 comments on commit 3232965

Please sign in to comment.