Skip to content

Commit

Permalink
docs: fix typo (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pando58 committed Jan 23, 2024
1 parent a199ac2 commit cfd0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/test-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const myTest = test.extend({

// todosFn will not run
myTest('', () => {})
myTets('', ({ archive }) => {})
myTest('', ({ archive }) => {})

// todosFn will run
myTest('', ({ todos }) => {})
Expand Down

0 comments on commit cfd0611

Please sign in to comment.