kedoska / engine-blackjack

Javascript library to make blackjack engines
GNU General Public License v2.0
33 stars 29 forks source link

Random error in test: Game flow split on 10, have bj on left and bust on right: #14

Closed kedoska closed 7 years ago

kedoska commented 7 years ago

https://github.com/kedoska/engine-blackjack/blob/master/test/game.spec.js#L216

  AssertionError: R has busted
  + expected - actual

  -false
  +true

  at Context.<anonymous> (test/game.spec.js:234:12)