Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 28, 2019
1 parent 975e04b commit 79a435c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.spec.js
@@ -1,5 +1,8 @@
import * as Utils from './utils'

// Fix jsdom
global.SVGElement = global.Element

describe('convertToArray', () => {
test('one item', () => {
const text = 'foo'
Expand Down

0 comments on commit 79a435c

Please sign in to comment.