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 50eb989 commit 1291f25Copy full SHA for 1291f25
packages/esbuild-plugin-node/test/plugin.test.ts
@@ -74,7 +74,7 @@ function getTrace(stdOutLines: string[], spanName: string) {
74
describe('Esbuild can instrument packages via a plugin', function () {
75
let stdOutLines: string[] = [];
76
77
- this.beforeAll(async () => {
+ before(async () => {
78
await exec(`ts-node ${__dirname}/test-app/build.ts`);
79
80
const proc = startTestApp();
0 commit comments