Skip to content

Commit

Permalink
fix: modify file path
Browse files Browse the repository at this point in the history
  • Loading branch information
wuls committed Oct 7, 2020
1 parent e88de8f commit 47b8682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/message-box/__tests__/MessageBox.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { mount } from '@vue/test-utils'
import { ref } from 'vue'
import MessageBox from '../src/main.vue'
import MessageBox from '../src/MessageBox.vue'
describe('MessageBox.vue', () => {
afterEach(() => {
const el = document.querySelector('.el-message-box__wrapper')
Expand Down

0 comments on commit 47b8682

Please sign in to comment.