From b008bbb3b271e0790be6ad4378606b95d8bcde04 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Tue, 9 Apr 2024 16:30:19 -0700 Subject: [PATCH] wip: investigate windows failing tests --- smoke-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/package.json b/smoke-tests/package.json index 85b33edeb8b94..927d26eef30c6 100644 --- a/smoke-tests/package.json +++ b/smoke-tests/package.json @@ -9,7 +9,7 @@ "template-oss-apply": "template-oss-apply --force", "lintfix": "npm run lint -- --fix", "snap": "tap", - "test": "tap", + "test": "tap test/npm-replace-global.js -g \"fail when updating with lazy require\"", "posttest": "npm run lint" }, "repository": {