Skip to content

Commit

Permalink
Merge pull request #9 from akaia-io/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the client test description
  • Loading branch information
thetarnav authored Aug 24, 2024
2 parents 806a5d2 + d9a9e18 commit f78c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { describe, expect, it } from 'vitest'
import { Hello, createHello } from '../src'

describe('environment', () => {
it('runs on server', () => {
it('runs on client', () => {
expect(typeof window).toBe('object')
expect(isServer).toBe(false)
})
Expand Down

0 comments on commit f78c69e

Please sign in to comment.