-
Notifications
You must be signed in to change notification settings - Fork 2k
Update Jasmine from 3.1.0 to 4.2.1 #6520
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
Merged
mattsoulanille
merged 31 commits into
tensorflow:master
from
mattsoulanille:karma_jasmine_html_reporter
Jun 29, 2022
Merged
Changes from 23 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
418523d
Display Jasmine test results in Karma browsers
mattsoulanille 3155ca8
Merge remote-tracking branch 'upstream/master' into karma_jasmine_htm…
mattsoulanille 07bfc7a
[layers] Remove 'async (done) =>' Jasmine antipattern
mattsoulanille a60eacf
Update jasmine and jasmine types
mattsoulanille c012e8a
Upgrade karma-jasmine to ~5.1.0 to fix specFilter not working
mattsoulanille 385092e
[webgl] Fix test value type
mattsoulanille da458a9
[tflite] Fix test esbuild bundle missing input files
mattsoulanille 90422a4
[data] Remove deprecated 'async (done) =>' jasmine style
mattsoulanille 4ebf81b
[data] Use a browser that allows autoplay
mattsoulanille 69b67b0
Comment out 'wasm pre.js' describe, which has only disabled tests
mattsoulanille 6e0cd3d
Remove 'Response' constructor from util_test to work in Node
mattsoulanille 004ef46
Merge remote-tracking branch 'upstream/master' into karma_jasmine_htm…
mattsoulanille 5be5f24
Bump tsconfig lib to es2019
mattsoulanille 75e3cf8
[converter] Avoid spying on properties of the 'tfOps' module
mattsoulanille 4851622
Disable no-any for spyOps type assertion
mattsoulanille 099479e
Add module_name back to converter test lib
mattsoulanille fa157c2
[converter] Remove deprecated 'async (done) =>' jasmine style
mattsoulanille e522d10
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille 8bdb229
Bazel lint
mattsoulanille bf939f0
lint
mattsoulanille e5f586b
Use describeWithFlags instead of an if statement to disable tests tha…
mattsoulanille bea3ac5
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille d1de3a1
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille 1da4de3
Fix lint errors
mattsoulanille dd2cdce
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille f85c244
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille b2c93fa
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille 9a96d24
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille 172db2c
Merge branch 'master' into karma_jasmine_html_reporter
mattsoulanille dc9fc38
Add missing jasmine dependency to automl and update rollup-plugin-typ…
mattsoulanille 241835e
Fix e2e tests
mattsoulanille File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use chrome_autoplay custom browser so media can play without user interaction.