Skip to content

Commit 0e89c66

Browse files
committed
remove .only, fix some errors
1 parent 1590809 commit 0e89c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/queue.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Queue from './queue';
22
import { equal, deepEqual } from 'assert/strict';
33

4-
describe.only('Queue', () => {
4+
describe('Queue', () => {
55
const queue = new Queue();
66

77
it('should start empty', () => {

0 commit comments

Comments
 (0)