add paralel jobs

This commit is contained in:
Eric Fennis
2021-09-17 15:51:18 +02:00
parent f5175bd4b2
commit da7c09f66e
12 changed files with 51 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ describe('Using lucide icon components', () => {
})
expect(wrapper).toMatchSnapshot();
expect(String(wrapper.classes())).toBe(String(['lucide-icon', 'my-icon']))
expect(String(wrapper.classes())).toBe(String(['lucide-icon','lucide','lucide-smile', 'my-icon']))
});
it('should add a style attribute to the element', () => {
@@ -36,7 +36,6 @@ describe('Using lucide icon components', () => {
attrs: {
style: 'position: absolute',
}
})
expect(wrapper).toMatchSnapshot();