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

Commit

Permalink
fix: enable tests in node that were not being included
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Aug 15, 2018
1 parent afd3255 commit 2095dda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/core/node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
'use strict'

require('./circuit-relay')
require('./key-exchange')
require('./pin')
require('./pin-set')
// require('./key-exchange')
require('./utils')

0 comments on commit 2095dda

Please sign in to comment.