Skip to content

Commit 9895a85

Browse files
committed
Use arrow func
1 parent 1291f25 commit 9895a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esbuild-plugin-node/test/plugin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function getTrace(stdOutLines: string[], spanName: string) {
7171
.join('');
7272
}
7373

74-
describe('Esbuild can instrument packages via a plugin', function () {
74+
describe('Esbuild can instrument packages via a plugin', () => {
7575
let stdOutLines: string[] = [];
7676

7777
before(async () => {

0 commit comments

Comments
 (0)