We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b601314 commit b7fd494Copy full SHA for b7fd494
test/index.test.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const test = require('tap').test
+const { test } = require('tap')
4
const createError = require('..')
5
6
test('Create error with zero parameter', t => {
0 commit comments