Skip to content

Commit

Permalink
Fix typo in the client test description
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia authored Aug 23, 2024
1 parent 806a5d2 commit d9a9e18
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 d9a9e18

Please sign in to comment.