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

Commit 8e5ca19

Browse files
committed
test: use pin tests
1 parent 45b705d commit 8e5ca19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/core/node.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'use strict'
2+
3+
require('./pin')
4+
require('./pin-set')

test/node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
require('./cli')
44
require('./http-api')
55
require('./gateway')
6-
// require('./core') // get automatically picked up
6+
require('./core/node.js')

0 commit comments

Comments
 (0)