Skip to content

Commit

Permalink
Remove old test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-wolfe committed Jul 24, 2017
1 parent 20d6e18 commit 10c4290
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/interpreter/dice-interpreter.evaluate.complex.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@ describe("DiceInterpreter", () => {
expect(dice.getChild(3).getAttribute("drop")).toBe(false);
expect(dice.getChild(4).getAttribute("drop")).toBe(false);
});
it("evaluates a complex dice roll with modifiers (4d6!sakh2).", () => {
// TODO: Implement this test. This can't work because "sakh" will be lexed into one identifier, but it represents two modifiers.
});
});
});

0 comments on commit 10c4290

Please sign in to comment.