TSLint fix

pull/1061/head
Rick Carlino 2018-12-05 17:19:09 -06:00
parent 3af0875530
commit 0846e177dd
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ describe("maybeGetSequence", () => {
expect(result).toBeTruthy();
result && expect(result.uuid).toBe(s.uuid);
});
})
});
describe("findAllById()", () => {
it("returns", () => {
const result = Selector.findAllById(fakeIndex, [23], "Sequence");