Skip to content

Commit

Permalink
fix: modify component.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1815 authored and qytayh committed Dec 29, 2021
1 parent 2b9e621 commit 9f5f022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('test action-sheet component plugin', () => {
expect(app.component(ActionSheet.Component.name)).toBeTruthy()
})

test('test action-sheet styles', async () => {
test('test action-sheet styles', () => {
const Wrapper = {
components: {
[VarActionSheet.name]: VarActionSheet,
Expand Down

0 comments on commit 9f5f022

Please sign in to comment.