Skip to content

Commit

Permalink
chore: add test plan count for current methods
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 12, 2024
1 parent ac543c4 commit 3caba0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const t = require('tap')
const procLog = require('../')
// This makes sure we are testing the two known exported methods.
t.plan(2)
for (const method in procLog) {
t.test(method, t => {
const log = procLog[method]
Expand Down

0 comments on commit 3caba0e

Please sign in to comment.