From d4177823e89f1c63aaca23f35ba317274bec2c6b Mon Sep 17 00:00:00 2001 From: krisbitney Date: Tue, 24 Oct 2023 19:55:46 +0500 Subject: [PATCH] fixed typo in Golang test script --- packages/templates/wasm/golang/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {