Skip to content

Commit 46b5060

Browse files
committed
test: rm only
1 parent 3956552 commit 46b5060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node/utils/number_utils.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from 'chai';
22
import { NumberUtils } from '../../../src/utils/number_utils';
33

4-
describe.only('NumberUtils', () => {
4+
describe('NumberUtils', () => {
55
/** Make a Uint8Array in a less verbose way */
66
const b = (...values) => new Uint8Array(values);
77

0 commit comments

Comments
 (0)