Ruhu, Cleanups!

This commit is contained in:
Oliver Rümpelein 2020-12-30 21:50:12 +01:00
parent 1c0ca4ff47
commit 8d274ed830
3 changed files with 27 additions and 36 deletions

View file

@ -1,10 +1,5 @@
import {
rollCheckSingleDie,
RollOptions,
RollProvider,
RollResult,
RollResultStatus,
} from "../../src/module/rolls/ds4rolls";
import { rollCheckSingleDie, RollOptions, RollResult, RollResultStatus } from "../../src/module/rolls/roll-executor";
import { RollProvider } from "../../src/module/rolls/roll-provider";
describe("DS4 Rolls", () => {
it("Should do a proper single success role", () => {