mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
attempt2
For some reason only 3/9 tests running locally
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user