Fix test suite name
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Hamcha 2019-09-11 11:04:47 +02:00
parent 483467ecfc
commit fb5db28180
Signed by: hamcha
GPG key ID: 44AD3571EB09A39E

View file

@ -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: {