Small refactoring and fixes

This commit is contained in:
barsdeveloper
2024-02-16 00:58:08 +01:00
parent 34a4f2746f
commit a57fa97cff
11 changed files with 389 additions and 352 deletions

View File

@@ -1,5 +1,7 @@
import Utility from "../js/Utility.js"
import { expect, test } from "./fixtures/test.js"
import Utility from "../js/Utility.js"
test.describe.configure({ mode: "parallel" })
test("clamp method test", () => {
expect(Utility.clamp(5, 1, 11)).toBe(5)