Fix test suite name
This commit is contained in:
parent
483467ecfc
commit
fb5db28180
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const testCards = new Array(3).fill("test").map((t, i) => ({
|
||||||
}));
|
}));
|
||||||
const testSlots = testCards.map((c, i) => ({ data: c, limit: 3, howmany: i }));
|
const testSlots = testCards.map((c, i) => ({ data: c, limit: 3, howmany: i }));
|
||||||
|
|
||||||
describe("components/DeckBuilder/CardPicker", () => {
|
describe("components/DeckBuilder/DeckList", () => {
|
||||||
test("DeckList correctly detects card info", () => {
|
test("DeckList correctly detects card info", () => {
|
||||||
const wrapper = shallowMount(DeckList, {
|
const wrapper = shallowMount(DeckList, {
|
||||||
propsData: {
|
propsData: {
|
||||||
|
|
Loading…
Reference in a new issue