From addc23e100b744de598220adbbf0761da870eda9 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Tue, 4 Apr 2023 11:59:48 -0700 Subject: [PATCH] fix tests (#210) --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index d4087b52..38438ad8 100644 --- a/sample/package.json +++ b/sample/package.json @@ -25,7 +25,7 @@ "vscode:prepublish": "yarn run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", - "test": "cd .. && tsc && cd sample tsc && node ./out/test/runTest.js" + "test": "cd .. && tsc && cd sample && tsc && node ./out/test/runTest.js" }, "devDependencies": { "@types/glob": "^7.1.3",