From 57bd912168ff86f63e276348294319a2eb9e15dc Mon Sep 17 00:00:00 2001 From: Sanyam Jain Plivo <99676817+sanyamjain-plivo@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:54:24 +0530 Subject: [PATCH] fix(smoke-test): fixed the failing smoke tests --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2be23c2..f0820ef 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "test": "npm-run-all test:integration test:unit", "test:unit": "export USERAGENT_OS=darwin && jest --testPathPattern=test/unit/ --coverage --colors", "test:unit-jenkins": "export USERAGENT_OS=linux && jest --testPathPattern=test/unit/ --coverage --colors", + "test:unit-windows": "npx cross-env USERAGENT_OS=win32 jest --testPathPattern=test/unit/ --coverage --colors", "test:integration": "karma start --single-run --browsers ChromeWebRTC karma.conf.js", "test:integration-safari": "karma start --single-run --browsers Safari karma.conf.js", "beta-version-patch": "npm version $(semver $npm_package_version -i prerelease --preid beta)",