From aa96d3de1e1774886a773f1e8b5c3cdb028d0500 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Sun, 2 Jun 2024 11:55:03 +0300 Subject: [PATCH] Try to fix test --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index b8cd788..4112150 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -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(() => {