Merge CI/CD into Branch (Started Branch from wrong version of main) #3

Merged
sebastian merged 10 commits from main into issue-2-scriptAccounts 2024-01-27 10:00:23 +01: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);
})
});