Merge CI/CD into Branch (Started Branch from wrong version of main) #3
@ -18,6 +18,6 @@ test.describe('Adding Gamesystems', () => {
|
|||||||
const gamesystem = new Gamesystem("Gamesystem");
|
const gamesystem = new Gamesystem("Gamesystem");
|
||||||
gameModel.addGamesystem(gamesystem);
|
gameModel.addGamesystem(gamesystem);
|
||||||
gameModel.addGamesystem(gamesystem)
|
gameModel.addGamesystem(gamesystem)
|
||||||
expect(gameModel.gamesystems.length).toEqual(2);
|
expect(gameModel.gamesystems.length).toEqual(1);
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user