-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests): fail on console activity (#1542)
* chore(karma): serve assets, show logs, improve output * chore(tests): fail on all console activity * test(Popup): fix hover test * test(implementsClassNameProps): fix console activity * test(implementsCreateMethod): fix console activity * fix(mixed): fix lint issues, restore es-shim * fix(GridRow): fix value in test * fix(Header): fix value in test * fix(package): add react-test-renderer * test(TableRow-test): fix console messages * test(Modal): fix console errors * chore(karma): filter node_modules from stack * fix(package): manually merge chromium changes * test(Dropdown|Search): make getOptions always unique * test(Select): fix isConformant options, now fails * test(hasValidTypings): update test descriptions * test(Breadcrumb): add missing section keys * test(Dropdown): fix prop warnings * test(factories): silence prop.key access warning * fix(Select): fix options propTypes and typings * chore(karma): do not print coverage summary * test(FormSelect): define requireProps * test(Advertisement): fix missing requiredProps * test(Embed): fix default icon children conflict * test(Search): prevent duplicate opts in getOptions * chore(yarn): update yarn.lock * fix(Dimmer|Form|Progress): fixes in tests * test(Table): fix broken test * test(Dropdown): fix broken test * test(Search): fix broken tests * fix(Form): fix typings in FormSelect * style(Table): fix lint issue * test(docs): restore unmount * test(mixed): fix wrong image urls * fix(Visibility|Sticky): do not run updates on unmounted components * fix(Popup): do not run setState() when component is unmounted * style(Breadcrumb|Form): restore style changes * style(mixed): restore style changes * fix(Dimmer): update DimmerInner test * style(mixed): restore style-only changes
- Loading branch information
1 parent
500df9a
commit 3a30105
Showing
32 changed files
with
504 additions
and
247 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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.