Skip to content

Commit

Permalink
Try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Sep 16, 2024
1 parent dfc7082 commit aa96d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const arrayOfObjectsScriptPath = resolve(
)
const distFolder = "test/dist"

const functionDeclaration = "function pinoBundlerAbsolutePath(p)"
const functionDeclaration = `pinoBundlerAbsolutePath = function(p)`

describe("Test esbuildPluginPino", () => {
afterEach(() => {
Expand Down

0 comments on commit aa96d3d

Please sign in to comment.