Skip to content

Commit

Permalink
fix(test): remove unused sinon import
Browse files Browse the repository at this point in the history
Remove sinon import as it turned out to be unneeded complexity.
  • Loading branch information
TylorS committed Dec 20, 2015
1 parent 1a93973 commit 7a34933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/browser/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* global describe, it */
import assert from 'assert'
import sinon from 'sinon'
import {run} from '@motorcycle/core'
import {makeDOMDriver, div, p, span, h2, h3, h4, thunk} from '../../src'
import {sameElements} from '../../src/dom-driver'
Expand Down

0 comments on commit 7a34933

Please sign in to comment.