mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] update eslint config (#2288)
This commit is contained in:
@@ -24,7 +24,7 @@ const component = {
|
||||
}
|
||||
};
|
||||
|
||||
test('basic mode', async() => {
|
||||
test('basic mode', async () => {
|
||||
const wrapper = mount(component);
|
||||
|
||||
const titles = wrapper.findAll('.van-collapse-item__title');
|
||||
@@ -41,7 +41,7 @@ test('basic mode', async() => {
|
||||
wrapper.destroy();
|
||||
});
|
||||
|
||||
it('accordion', async() => {
|
||||
it('accordion', async () => {
|
||||
const wrapper = mount(component, {
|
||||
propsData: {
|
||||
accordion: true
|
||||
|
Reference in New Issue
Block a user