Merge branch 'dev' into bugfix/fix-tests

This commit is contained in:
hydroflame
2022-04-06 20:16:51 -04:00
committed by GitHub
192 changed files with 3339 additions and 2845 deletions

View File

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