|
|
@ -1,6 +1,8 @@ |
|
|
|
//Imports
|
|
|
|
const uno = require('../js/uno'); |
|
|
|
const Cards = require('../js/cards/Cards'); |
|
|
|
|
|
|
|
//Instanz CARD_COLORS aus uno.js
|
|
|
|
const CARD_COLORS = uno.CARD_COLORS; |
|
|
|
|
|
|
|
//Testet das Erstellen einer Karte
|
|
|
@ -32,6 +34,7 @@ describe('Karten erstellen', () => { |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
//Testet eine Karte auf die Eigenschaften von Cards.js
|
|
|
|
function testCreatedCard(card, number, card_colors){ |
|
|
|
|
|
|
|
//Wenn Karte erstellt, wird Sie noch nicht auf dem Bildschirm abgebildet
|