Fix test suite name
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

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
1 changed files with 1 additions and 1 deletions

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 }));
describe("components/DeckBuilder/CardPicker", () => {
describe("components/DeckBuilder/DeckList", () => {
test("DeckList correctly detects card info", () => {
const wrapper = shallowMount(DeckList, {
propsData: {