Skip to content

Commit

Permalink
Reenable tests of dependents (except for deltachat-*)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 6, 2019
1 parent 6a793f6 commit 057fddb
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ const rimraf = require('rimraf')
const cp = require('child_process')

const dependents = [
// TODO: remove empty Unreleased section from these
// 'airtap/airtap',
// // 'deltachat/deltachat-desktop', // Failing
// 'deltachat/deltachat-node',
// 'Level/abstract-leveldown',
// 'Level/bench',
// 'Level/codec',
// 'Level/compose',
// // 'Level/level-js', // Failing
// 'Level/levelup',
// 'Level/memdown',
// 'Level/subleveldown',
'airtap/airtap',
// 'deltachat/deltachat-desktop', // Failing
// 'deltachat/deltachat-node', // Has empty releases
'Level/abstract-leveldown',
'Level/bench',
'Level/codec',
'Level/compose',
'Level/level-js',
'Level/levelup',
'Level/memdown',
'Level/subleveldown',
'vweevers/detect-tabular',
'vweevers/keyspace',
'vweevers/node-docker-machine',
Expand Down

0 comments on commit 057fddb

Please sign in to comment.