ci/cd #1

Merged
sebastian merged 9 commits from ci/cd into main 2024-01-26 23:14:33 +00:00
Showing only changes of commit 4740fc996a - Show all commits

View File

@ -18,6 +18,6 @@ test.describe('Adding Gamesystems', () => {
const gamesystem = new Gamesystem("Gamesystem");
gameModel.addGamesystem(gamesystem);
gameModel.addGamesystem(gamesystem)
expect(gameModel.gamesystems.length).toEqual(2);
expect(gameModel.gamesystems.length).toEqual(1);
})
});