Skip to content

Commit

Permalink
fixup! Implement and use a TestShell.eventually
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
kraenhansen committed Oct 8, 2024
1 parent 25ac37c commit a6f6834
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/e2e-tests/test/e2e-auth.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { expect } from 'chai';
import type { Db, Document, MongoClientOptions } from 'mongodb';
import { MongoClient } from 'mongodb';
import { eventually } from '../../../testing/eventually';
import type { TestShell } from './test-shell';
import {
skipIfApiStrict,
Expand Down
1 change: 0 additions & 1 deletion packages/e2e-tests/test/e2e-editor.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { expect } from 'chai';
import path from 'path';
import { promises as fs } from 'fs';
import { eventually } from '../../../testing/eventually';
import { TestShell } from './test-shell';
import { ensureTestShellAfterHook } from './test-shell-context';
import {
Expand Down

0 comments on commit a6f6834

Please sign in to comment.