Skip to content

Commit 25ac37c

Browse files
committed
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

+1-1
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)