Skip to content

Commit

Permalink
chore: fix CI failing due to missing tag in test (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored Jan 5, 2024
1 parent 168a0e8 commit ad7ee46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/providers/src/coin-quantityfy.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { coinQuantityfy } from './coin-quantity';

/**
* @group node
*/
describe('coinQuantityfy', () => {
it('should returns 1 when input is < 1', () => {
expect(coinQuantityfy([0]).amount.toNumber()).toEqual(1);
Expand Down

0 comments on commit ad7ee46

Please sign in to comment.