generated from nhcarrigan/template
chore: lint build test
This commit is contained in:
@@ -17,10 +17,11 @@ describe("book Types", () => {
|
||||
|
||||
it("should have all expected enum values", () => {
|
||||
const values = Object.values(BookStatus);
|
||||
expect(values).toHaveLength(3);
|
||||
expect(values).toHaveLength(4);
|
||||
expect(values).toContain("READING");
|
||||
expect(values).toContain("FINISHED");
|
||||
expect(values).toContain("TO_READ");
|
||||
expect(values).toContain("RETIRED");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user