diff --git a/packages/templates/wasm/golang/package.json b/packages/templates/wasm/golang/package.json index 4c51a1512..7d4a4e525 100644 --- a/packages/templates/wasm/golang/package.json +++ b/packages/templates/wasm/golang/package.json @@ -7,7 +7,7 @@ "codegen": "npx polywrap codegen", "build": "npx polywrap build", "deploy": "npx polywrap deploy", - "test": "yarn test:e2e:codegen && jest --passWithNoTests --runInBand --verbose", + "test": "yarn test:codegen && jest --passWithNoTests --runInBand --verbose", "test:codegen": "npx polywrap codegen -m ./module/__tests__/types/polywrap.app.yaml -g ./module/__tests__/types/wrap" }, "devDependencies": {