Skip to content

Commit 1176666

Browse files
02/01: fix small typo (#6)
1 parent 972c61d commit 1176666

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.context/01.problem.custom-fixtures

1 file changed

+1
-1
lines changed

exercises/02.context/01.problem.custom-fixtures/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It expects a `cart: Cart` object as the argument, which means that in order to t
4747
npm install @faker-js/faker --save-dev
4848
```
4949

50-
🐨 Next, proceed to <InlineFile file="test-extend.ts" /> file ane follow the instructions to implement a custom fixture.
50+
🐨 Next, proceed to <InlineFile file="test-extend.ts" /> file and follow the instructions to implement a custom fixture.
5151

5252
🐨 Once the fixture is ready, import the custom `test` function you've created in the <InlineFile file="src/cart-utils.test.ts" /> test file _and complete it_. By the end, run `npm test` to verify that your tests are passing.
5353

0 commit comments

Comments
 (0)