refactor: gql docs

This commit is contained in:
liyasthomas
2021-07-09 13:09:52 +05:30
parent c6490818d0
commit 1f0a3e97ae
15 changed files with 283 additions and 264 deletions

View File

@@ -30,7 +30,7 @@ describe("tabs", () => {
await wrapper.vm.$nextTick()
const labels = wrapper.findAll("li a span").wrappers.map((w) => w.text())
const labels = wrapper.findAll("button span").wrappers.map((w) => w.text())
expect(labels).toEqual(["tab 1", "tab 2", "tab 3"])
})