Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
snikidev committed Feb 27, 2024
1 parent 517dfa2 commit da88cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stream/Stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { defaultSyncOptions, defaultEventBufferOptions } from '../Options.js';
import type { StreamOptions } from '../types/stream.js';
import { statePromise } from '../utilities/promises.js';
import { createMessage } from '../utilities/test/messages.js';
import { VERSION } from '../version.js';

vi.mock('ably/promises');

Expand Down

0 comments on commit da88cea

Please sign in to comment.