Skip to content

Commit

Permalink
refactor(test/index.test): use object destructuring (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 15, 2023
1 parent c946b8d commit 6bec4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const test = require('tap').test
const { test } = require('tap')

const fastifyAccepts = require('..')

Expand Down

0 comments on commit 6bec4f4

Please sign in to comment.