We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a9a06 commit 0e73c19Copy full SHA for 0e73c19
test/index.js
@@ -1,5 +1,7 @@
1
const t = require('tap')
2
const procLog = require('../')
3
+// This makes sure we are testing the two known exported methods.
4
+t.plan(2)
5
for (const method in procLog) {
6
t.test(method, t => {
7
const log = procLog[method]
0 commit comments