mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 02:34:45 +08:00
Small refactoring and fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user