Added tests for Toggles

This commit is contained in:
Daniël van Noord
2021-04-13 15:59:37 +02:00
parent d23719c2a8
commit e4cdc6b85a
16 changed files with 309 additions and 160 deletions

View File

@@ -4,7 +4,9 @@ export function l(id) {
}
export const Game = {
DrawBackground() {},
Background: { canvas: { parentNode: {} } },
DrawBackground() {},
LeftBackground: { canvas: { parentNode: {} } },
RebuildUpgrades() {},
UpgradesInStore: {},
};