HNorval / github-actions-for-ci

https://lab.github.com/githubtraining/github-actions:-continuous-integration
MIT License
0 stars 0 forks source link

Team workflow #4

Open HNorval opened 2 years ago

HNorval commented 2 years ago

● Game › Game › Initializes with two players

expect(received).toBe(expected) // Object.is equality

Expected: "Nate"
Received: "Salem"

  12 |     it('Initializes with two players', async () => {
  13 |       expect(game.p1).toBe('Salem')
> 14 |       expect(game.p2).toBe('Nate')
     |                       ^
  15 |     })
  16 | 
  17 |     it('Initializes with an empty board', async () => {

  at Object.toBe (__test__/game.test.js:14:23)