Skip to content

Commit

Permalink
test: rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Feb 27, 2024
1 parent 3956552 commit 46b5060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/utils/number_utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from 'chai';
import { NumberUtils } from '../../../src/utils/number_utils';

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

Expand Down

0 comments on commit 46b5060

Please sign in to comment.