Skip to content

Commit a6f6834

Browse files
committed
fixup! Implement and use a TestShell.eventually
Remove unused imports
1 parent 25ac37c commit a6f6834

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { expect } from 'chai';
22
import type { Db, Document, MongoClientOptions } from 'mongodb';
33
import { MongoClient } from 'mongodb';
4-
import { eventually } from '../../../testing/eventually';
54
import type { TestShell } from './test-shell';
65
import {
76
skipIfApiStrict,

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { expect } from 'chai';
22
import path from 'path';
33
import { promises as fs } from 'fs';
4-
import { eventually } from '../../../testing/eventually';
54
import { TestShell } from './test-shell';
65
import { ensureTestShellAfterHook } from './test-shell-context';
76
import {

0 commit comments

Comments
 (0)