chore: fix all typos (#9053)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`should render Col correcly 1`] = `
|
||||
exports[`should render Col correctly 1`] = `
|
||||
<div class="van-col van-col--8">
|
||||
</div>
|
||||
`;
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Col } from '..';
|
||||
import { Row } from '../../row';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should render Col correcly', () => {
|
||||
test('should render Col correctly', () => {
|
||||
const wrapper = mount(Col, {
|
||||
props: {
|
||||
span: 8,
|
||||
|
||||
Reference in New Issue
Block a user