chore: 3.0.0-beta.3 release: update descriptions, tests, dependencies

This commit is contained in:
woothu
2019-12-11 16:59:26 +01:00
parent b564797ad9
commit 72f6c4e86f
11 changed files with 277 additions and 25835 deletions
-4
View File
@@ -17,8 +17,4 @@ describe('Flags.vue', () => {
const wrapper = shallowMount(Flags)
expect(wrapper.is(Flags)).toBe(true)
})
test('renders correctly', () => {
const wrapper = shallowMount(Flags)
expect(wrapper.element).toMatchSnapshot()
})
})