Skip to content

Commit

Permalink
fix(smoke-test): fixed the failing smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamjain-plivo committed Jul 9, 2024
1 parent 31fd15e commit 57bd912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 57bd912

Please sign in to comment.