We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for pr azure-sdk/azure-sdk-for-js#9226 which is generated as esm and we failed to run browser testing.
$ rushx unit-test:browser Found configuration in D:\test\azure-sdk-for-js\rush.json Rush Multi-Project Build Tool 5.112.1 - Node.js 18.19.0 (LTS) > "npm run build:test && dev-tool run test:vitest --no-test-proxy --browser" > @azure-rest/[email protected] build:test > npm run clean && tshy && dev-tool run build-test > @azure-rest/[email protected] clean > rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log [build-test] The file tsconfig.browser.config.json does not exist. [dev-tool] Errors occured. See the output above. Error: Failed calling npm run build:test && dev-tool run test:vitest --no-test-proxy --browser. Exit code: 1
The text was updated successfully, but these errors were encountered:
see core's change here: https://github.com/Azure/azure-sdk-for-js/pull/26238/files
Sorry, something went wrong.
joheredi
No branches or pull requests
for pr azure-sdk/azure-sdk-for-js#9226 which is generated as esm and we failed to run browser testing.
The text was updated successfully, but these errors were encountered: