-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
qsp-test-engine/tests/testClient.test.ts
Lines 24 to 33 in f81fbb9
| describe("Actions equals", () => { | |
| it("empty", async () => { | |
| const testClient = await TestClient.start("tests/mocks", "actions.qsps", StartingLocation.mkCustom("startEmptyActions")) | |
| // fix(actionsEqual): the function does not respond if you run the game without actions | |
| await TestClient.actionsEqual(testClient, [ | |
| { name: "start", image: ""}, | |
| ]) | |
| await TestClient.select(testClient, "start") | |
| await TestClient.actionsEqual(testClient, []) | |
| }) |
Reproduction in fix-actions-equal branch
Metadata
Metadata
Assignees
Labels
No labels