mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-04 22:47:23 +02: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 {
|
import {
|
||||||
rand,
|
biased,
|
||||||
P,
|
|
||||||
each,
|
each,
|
||||||
gauss,
|
gauss,
|
||||||
|
generateSeed,
|
||||||
|
getNumberInRange,
|
||||||
|
P,
|
||||||
Pint,
|
Pint,
|
||||||
ra,
|
ra,
|
||||||
|
rand,
|
||||||
rw,
|
rw,
|
||||||
biased,
|
|
||||||
getNumberInRange,
|
|
||||||
generateSeed,
|
|
||||||
} from "./probabilityUtils";
|
} from "./probabilityUtils";
|
||||||
|
|
||||||
describe("rand", () => {
|
describe("rand", () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue