Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: use pin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 20, 2018
1 parent 45b705d commit 3eed209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/core/node.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict'

require('./pin')
require('./pin-set')
// require('./key-exchange')
2 changes: 1 addition & 1 deletion test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
require('./cli')
require('./http-api')
require('./gateway')
// require('./core') // get automatically picked up
require('./core/node.js')

0 comments on commit 3eed209

Please sign in to comment.