Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pau-tomas committed Dec 19, 2021
1 parent 612d18f commit fecd795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/data/compiler/compileData.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ test("should compile simple project into files object", async () => {
},
],
leaveScript: [],
updateScript: [],
},
],
script: [],
Expand Down Expand Up @@ -229,6 +230,7 @@ test("should compile simple project into files object", async () => {
},
],
leaveScript: [],
updateScript: [],
},
],
script: [],
Expand Down Expand Up @@ -416,6 +418,7 @@ test("should walk all scene events to build list of strings", () => {
},
],
leaveScript: [],
updateScript: [],
},
],
},
Expand Down
1 change: 1 addition & 0 deletions test/dummydata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const dummyTrigger: Trigger = {
height: 0,
script: [],
leaveScript: [],
updateScript: [],
};

export const dummyPalette: Palette = {
Expand Down

0 comments on commit fecd795

Please sign in to comment.