Skip to content

Commit

Permalink
docs: Change 'eager' to 'mode' in upgrade guide (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryp authored Sep 19, 2023
1 parent b4f9419 commit 64ecd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/upgrade_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To bring back the previous behavior, use the `mode` function that alters the exe
+ import {create, test, mode, Modes} from 'vest';

const suite = create(() => {
+ eager(Modes.ALL);
+ mode(Modes.ALL);

test(/*...*/);
});
Expand Down

0 comments on commit 64ecd12

Please sign in to comment.