For some reason only 3/9 tests running locally
This commit is contained in:
Snarling
2022-10-01 15:28:48 -04:00
parent 3addda7173
commit 94a8c7ca64
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { numeralWrapper } from "../../../src/ui/numeralFormat";
let decimalFormat = "0.[000000]";
const decimalFormat = "0.[000000]";
describe("Numeral formatting for positive numbers", () => {
test("should not format too small numbers", () => {