mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-25 00:27:24 +01:00
refactor: reorganize imports in probabilityUtils test file for clarity
This commit is contained in:
parent
efad00b1d2
commit
a8951a3bda
1 changed files with 6 additions and 6 deletions
|
|
@ -1,15 +1,15 @@
|
|||
import { describe, expect, it, vi, beforeEach, afterEach } from "vitest";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import {
|
||||
rand,
|
||||
P,
|
||||
biased,
|
||||
each,
|
||||
gauss,
|
||||
generateSeed,
|
||||
getNumberInRange,
|
||||
P,
|
||||
Pint,
|
||||
ra,
|
||||
rand,
|
||||
rw,
|
||||
biased,
|
||||
getNumberInRange,
|
||||
generateSeed,
|
||||
} from "./probabilityUtils";
|
||||
|
||||
describe("rand", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue