Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(menu): missing import 'mutationobserver-shim' in test (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
tychenjiajun authored Aug 26, 2019
1 parent c24f7c8 commit e3b5b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/menu/__test__/Menu.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Menu from '../Menu.vue'
import MenuAnchor from '../MenuAnchor.vue'
import MenuSurface from '../MenuSurface'
import MenuSelectionGroup from '../MenuSelectionGroup'
import 'mutationobserver-shim'

describe('Menu', () => {
it('should mount', () => {
Expand Down

0 comments on commit e3b5b81

Please sign in to comment.