Skip to content

Commit

Permalink
Добавил команды, чтобы быстрее стартовать разработку
Browse files Browse the repository at this point in the history
  • Loading branch information
bis committed Mar 11, 2021
1 parent aa0c343 commit cd1a221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/src/bowlingGame/game.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import "chai/register-should";
import {beginAndEndWithReporting} from "./infrastructure/reportingTest";

// cd js
// npm install
// npm run bowling

class Game {
roll(pins) {
}
Expand Down

0 comments on commit cd1a221

Please sign in to comment.