Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pau-tomas committed Jul 26, 2022
1 parent 865811f commit c5e30c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/data/compiler/compileData.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ test("should compile simple project into files object", async () => {
},
],
leaveScript: [],
updateScript: [],
},
],
script: [],
Expand Down Expand Up @@ -237,6 +238,7 @@ test("should compile simple project into files object", async () => {
},
],
leaveScript: [],
updateScript: [],
},
],
script: [],
Expand Down
1 change: 1 addition & 0 deletions test/dummydata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const dummyTrigger: Trigger = {
height: 0,
script: [],
leaveScript: [],
updateScript: [],
};

export const dummyPalette: Palette = {
Expand Down

0 comments on commit c5e30c4

Please sign in to comment.