Skip to content

Commit

Permalink
Update test/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gar <gar+gh@danger.computer>
  • Loading branch information
lukekarrys and wraithgar committed Apr 15, 2024
1 parent 14e9b22 commit ee6bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for (const method in procLog) {
t.plan(LEVELS.length)

for (const fn in log) {
if (typeof log[fn] === 'function') {
if (fn !== 'LEVELS' && fn !== 'KEYS') {
t.ok(LEVELS.includes(fn), `${method}.${fn} is in ${method}.LEVELS`)
}
}
Expand Down

0 comments on commit ee6bc93

Please sign in to comment.