Skip to content

Commit

Permalink
chore: removed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jun 11, 2024
1 parent c5ef024 commit 32cb882
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/coins/test/coins.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Coins } from "../src/coins";

// TODO: should sub remove zero amount coins?
// TODO: test constructor zero coins

describe("coins.ts", () => {
test("constructor", () => {
expect(new Coins().toString()).toEqual("");
Expand Down

0 comments on commit 32cb882

Please sign in to comment.