We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51559a8 commit 134579dCopy full SHA for 134579d
1 file changed
packages/app/src/cli/services/function/build.test.ts
@@ -48,7 +48,7 @@ const derivedDeps = {
48
}
49
50
const app = testApp({dotenv: {variables: {VAR_FROM_ENV_FILE: 'env_file_var'}, path: ''}})
51
-const functionModulePath = '/tmp/project/extensions/my-function/dist/index.wasm'
+const functionModulePath = joinPath('/tmp/project/extensions/my-function', 'dist', 'index.wasm')
52
53
function createWasmModule(importModuleName: string): Buffer {
54
const importsModuleNameBytes = Array.from(importModuleName).map((char) => char.charCodeAt(0))
0 commit comments