Skip to content

Commit

Permalink
correct b-struct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Jan 15, 2017
1 parent 08f4a6b commit e40ead0
Show file tree
Hide file tree
Showing 2 changed files with 3,022 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
if (typeof window === 'undefined') {
require('source-map-support').install()
}
// require('./connect')
// require('./multiple')
// require('./data-size')
// require('./switch')
// require('./context')
// require('./references')
// require('./subscription')
require('./connect')
require('./multiple')
require('./data-size')
require('./switch')
require('./context')
require('./references')
require('./subscription')
require('./types')
Loading

0 comments on commit e40ead0

Please sign in to comment.