refactor: improve structure of src
This commit is contained in:
parent
b74919b75b
commit
c5d4ec1abd
96 changed files with 146 additions and 157 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import evaluateCheck from "../../src/rolls/check-evaluation";
|
||||
import { evaluateCheck } from "../../src/dice/check-evaluation";
|
||||
|
||||
describe("evaluateCheck with no dice", () => {
|
||||
it("should throw an error.", () => {
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { calculateSpellPrice } from "../../../src/item/spell/calculate-spell-price";
|
||||
import { calculateSpellPrice } from "../../../../src/documents/item/spell/calculate-spell-price";
|
||||
|
||||
import type { CooldownDuration, DS4SpellDataSourceData } from "../../../src/item/spell/spell-data-source";
|
||||
import type { CooldownDuration, DS4SpellDataSourceData } from "../../../../src/documents/item/spell/spell-data-source";
|
||||
|
||||
const defaultData: DS4SpellDataSourceData = {
|
||||
description: "",
|
Loading…
Add table
Add a link
Reference in a new issue