Skip to content

Commit

Permalink
fix(test): switch to blue-tape to avoid non ending test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Jan 4, 2016
1 parent c1ff222 commit 0fc9d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hydrate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

import hydrate from '../lib/hydrate'
import test from 'tape'
import test from 'blue-tape'
import req from './helpers/req'
import response from './helpers/response'

Expand Down

0 comments on commit 0fc9d62

Please sign in to comment.