diff --git a/js/src/bowlingGame/game.js b/js/src/bowlingGame/game.js index 6f8233a28..c21905ce9 100644 --- a/js/src/bowlingGame/game.js +++ b/js/src/bowlingGame/game.js @@ -1,6 +1,10 @@ import "chai/register-should"; import {beginAndEndWithReporting} from "./infrastructure/reportingTest"; +// cd js +// npm install +// npm run bowling + class Game { roll(pins) { }