Skip to content

Commit

Permalink
fix: uncomment go and js test
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Mar 23, 2018
1 parent 33b0c7e commit 32e22d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spawn-options.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const IPFSFactory = require('../src')
const JSIPFS = require('ipfs')

const tests = [
// { type: 'go', bits: 1024 },
// { type: 'js', bits: 512 },
{ type: 'go', bits: 1024 },
{ type: 'js', bits: 512 },
{ type: 'proc', exec: JSIPFS, bits: 512 }
]

Expand Down

0 comments on commit 32e22d3

Please sign in to comment.