This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable tests in node that were not being included (#1499)
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
- Loading branch information
Alan Shaw
authored
Sep 14, 2018
1 parent
6a0d990
commit 2585431
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |