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 1291f25 commit 9895a85Copy full SHA for 9895a85
packages/esbuild-plugin-node/test/plugin.test.ts
@@ -71,7 +71,7 @@ function getTrace(stdOutLines: string[], spanName: string) {
71
.join('');
72
}
73
74
-describe('Esbuild can instrument packages via a plugin', function () {
+describe('Esbuild can instrument packages via a plugin', () => {
75
let stdOutLines: string[] = [];
76
77
before(async () => {
0 commit comments