Skip to content

Commit

Permalink
re-enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Jan 13, 2017
1 parent cd015cf commit 29c78ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
if (typeof window === 'undefined') {
require('source-map-support').install()
}
// require('./connect')
// require('./multiple')
// require('./data-size')
// require('./switch')
require('./connect')
require('./multiple')
require('./data-size')
require('./switch')
require('./context')

0 comments on commit 29c78ef

Please sign in to comment.