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