Fix jasmine imports/symbol visibility.
This commit is contained in:
parent
6b18e720a1
commit
c76c2c23c3
2 changed files with 10 additions and 7 deletions
|
@ -7,6 +7,8 @@ import {
|
|||
} from "../../src/module/rolls/roll-executor";
|
||||
import { RollProvider } from "../../src/module/rolls/roll-provider";
|
||||
|
||||
import "jasmine";
|
||||
|
||||
describe("DS4 Rolls with one die and no modifications.", () => {
|
||||
it("Should do a regular success roll.", () => {
|
||||
const rollProvider: RollProvider = jasmine.createSpyObj("rollProvider", ["getNextRoll"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue