Skip to content
New issue

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

bump botframework-streaming@4.10.2-rc0 #306

Merged
merged 1 commit into from
Sep 9, 2020
Merged

bump botframework-streaming@4.10.2-rc0 #306

merged 1 commit into from
Sep 9, 2020

Conversation

stevengum
Copy link
Member

The bump addresses the CSP issue around "unsafe-eval" referenced in microsoft/BotFramework-WebChat#3393 (comment) and microsoft/botbuilder-js#2647.

I modified the __tests__/setup/createDirectLine.js to import from the dist/ as these __tests__ are run in jsdom, not a Node.js environment. By referencing ../../src, the tests were attempting to use the Node.js distribution of botframework-streaming which resulted in the streaming tests failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants