Skip to content

Commit 236fb2e

Browse files
fix(operators): cleanup
1 parent 14bcad4 commit 236fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/operators/src/log.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { from, toArray } from 'rxjs';
1+
import { from } from 'rxjs';
22
import { TestScheduler } from 'rxjs/testing';
33
import { afterAll, beforeEach, describe, expect, test, vi } from 'vitest';
44

0 commit comments

Comments
 (0)