Skip to content

Commit b7fd494

Browse files
authored
test(index): use object destructuring (#120)
1 parent b601314 commit b7fd494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const test = require('tap').test
3+
const { test } = require('tap')
44
const createError = require('..')
55

66
test('Create error with zero parameter', t => {

0 commit comments

Comments
 (0)