Skip to content

Commit 0e73c19

Browse files
committed
chore: add test plan count for current methods
1 parent d0a9a06 commit 0e73c19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
const t = require('tap')
22
const procLog = require('../')
3+
// This makes sure we are testing the two known exported methods.
4+
t.plan(2)
35
for (const method in procLog) {
46
t.test(method, t => {
57
const log = procLog[method]

0 commit comments

Comments
 (0)