We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3956552 commit 46b5060Copy full SHA for 46b5060
test/node/utils/number_utils.test.ts
@@ -1,7 +1,7 @@
1
import { expect } from 'chai';
2
import { NumberUtils } from '../../../src/utils/number_utils';
3
4
-describe.only('NumberUtils', () => {
+describe('NumberUtils', () => {
5
/** Make a Uint8Array in a less verbose way */
6
const b = (...values) => new Uint8Array(values);
7
0 commit comments