We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6da20f commit 2b13498Copy full SHA for 2b13498
2 files changed
README.md
@@ -92,7 +92,7 @@ function MyComponent() {
92
93
The library has the following exports:
94
95
-### Main entry point `@reactodia/worker-proxy`
+### `@reactodia/worker-proxy` entry point
96
97
#### `refCountedWorker<T>(factory, constructorArgs)` function
98
@@ -130,7 +130,7 @@ export interface RefCountedWorker<T> {
130
}
131
```
132
133
-### Protocol entry point `@reactodia/worker-proxy/protocol`
+### `@reactodia/worker-proxy/protocol` entry point
134
135
#### `connectWorker(factory: WorkerConstructor)` function
136
test/workers.test.ts
@@ -1,4 +1,4 @@
1
-import { expect, test, vi } from 'vitest';
+import { expect, test } from 'vitest';
2
3
import { refCountedWorker } from '../src/workers.js';
4
0 commit comments