ci/cd #1

Merged
sebastian merged 9 commits from ci/cd into main 2024-01-27 00:14:33 +01:00
Showing only changes of commit 9fea6587f3 - 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(1);
expect(gameModel.gamesystems.length).toEqual(2);
})
});