Skip to content

Commit c189814

Browse files
committed
02/03: fix typo
1 parent 233331b commit c189814

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.context/03.solution.global-context

1 file changed

+1
-1
lines changed

exercises/02.context/03.solution.global-context/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export {}
4747
Not to worry. Since I've extended the regular test context in `interface TestContext extends Fixtures`, all I have to do is annotate `globalThis.test` as the imported `testBase` explicitly.
4848

4949
```ts filename=test-extend.ts add=13-15 highlight=1
50-
import { test from testBase } from 'vitest'
50+
import { test as testBase } from 'vitest'
5151

5252
interface Fixtures {
5353
createMockDatabase: (

0 commit comments

Comments
 (0)