Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25ac37c

Browse files
committedOct 7, 2024··
Use eventually to poll for file changes
1 parent cf096eb commit 25ac37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/e2e-tests/test/e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ describe('e2e', function () {
16091609
'1.0.0';
16101610
{
16111611
const shell = await startTestShell();
1612-
await shell.eventually(async () => {
1612+
await eventually(async () => {
16131613
expect(
16141614
JSON.parse(
16151615
await fs.readFile(

0 commit comments

Comments
 (0)
Please sign in to comment.