Skip to content

Commit 1291f25

Browse files
committed
Use before
1 parent 50eb989 commit 1291f25

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
@@ -74,7 +74,7 @@ function getTrace(stdOutLines: string[], spanName: string) {
7474
describe('Esbuild can instrument packages via a plugin', function () {
7575
let stdOutLines: string[] = [];
7676

77-
this.beforeAll(async () => {
77+
before(async () => {
7878
await exec(`ts-node ${__dirname}/test-app/build.ts`);
7979

8080
const proc = startTestApp();

0 commit comments

Comments
 (0)