Integration Testing

Learning from AstroPlatformer

Code Runner Challenge

integration-testing

View IPYNB Source
%%js
// CODE_RUNNER: integration-testing

const game = {platforms: [{id:"p1"}], coins: [], player: {x:30}};
console.log("Platforms:", game.platforms.length);
console.log("Coins:", game.coins.length);

Lines: 1 Characters: 0
Output
Click "Run" in code control panel to see output ...