Skip to content

Commit

Permalink
Use eventually to poll for file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Oct 7, 2024
1 parent cf096eb commit 25ac37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ describe('e2e', function () {
'1.0.0';
{
const shell = await startTestShell();
await shell.eventually(async () => {
await eventually(async () => {
expect(
JSON.parse(
await fs.readFile(
Expand Down

0 comments on commit 25ac37c

Please sign in to comment.