Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

refactor(test): replace karma/mocha/etc. with jest #5

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

dvdzkwsk
Copy link
Member

@dvdzkwsk dvdzkwsk commented Jun 1, 2018

No description provided.

@dvdzkwsk dvdzkwsk force-pushed the chore/use-jest branch 5 times, most recently from 23dc88f to 5fba686 Compare June 1, 2018 03:26
"@babel/standalone": "^7.0.0-beta.46",
"@types/react": "^16.0.0",
"babel-core": "^7.0.0-0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed, unfortunately, because of jest, at least until they figure out some of the babel issues. See jestjs/jest#5525.

@levithomason levithomason merged commit ba70078 into v2 Jun 4, 2018
@levithomason levithomason deleted the chore/use-jest branch June 4, 2018 17:41
levithomason added a commit that referenced this pull request Jun 4, 2018
* Chore: Gut v1 components (Semantic-Org#2769)

* feat(Provider): stub v2 Provider component (Semantic-Org#2768)

* feat(Layout): stub out component (Semantic-Org#2777)

* docs(folders): use lowercase names (Semantic-Org#2774)

* docs(folders): use lowercase names

* refactor(docs): rename docs/app -> docs/src

* remove hello world

* docs(layouts): remove from v2 (Semantic-Org#2778)

* docs(layouts): remove from v2

* feat(Provider): provide theme only when necessary

* chore(cruft): remove doc json files

* chore(packge): upgrade to react-hot-loader 4 (Semantic-Org#2784)

* docs(ComponentDoc): remove SUI links (Semantic-Org#2785)

* docs(ComponentDoc): wrap examples with Provider (Semantic-Org#2786)

* fix(Layout): remove handled props

* fix(Provider): use singleton renderer (Semantic-Org#2787)

* docs(Layout): fix import casing

* feat(Provider): add Consumer subcomponent (Semantic-Org#2789)

* feat(Image): add v2 Image component (Semantic-Org#2782)

* Chore: Gut v1 components (Semantic-Org#2769)

* feat(Provider): stub v2 Provider component (Semantic-Org#2768)

* feat(Layout): stub out component (Semantic-Org#2777)

* docs(folders): use lowercase names (Semantic-Org#2774)

* docs(folders): use lowercase names

* refactor(docs): rename docs/app -> docs/src

* remove hello world

* docs(layouts): remove from v2 (Semantic-Org#2778)

* docs(layouts): remove from v2

* feat(Provider): provide theme only when necessary

* chore(cruft): remove doc json files

* chore(packge): upgrade to react-hot-loader 4 (Semantic-Org#2784)

* docs(ComponentDoc): remove SUI links (Semantic-Org#2785)

* docs(ComponentDoc): wrap examples with Provider (Semantic-Org#2786)

* fix(Layout): remove handled props

* fix(Provider): use singleton renderer (Semantic-Org#2787)

* wip

* cleanup provider, upgrade hot loader

* many doc improvements

* retstore handled props build step

* fix handled props dep

* fix merge bugs

* chore(package): normalize default exports

* docs(Layout): fix import casing

* feat(Provider): add Consumer subcomponent (Semantic-Org#2789)

* fix merge issue

* fix merge conflicts, update example style

* fix example hover/active behavior

* fix(ComponentExample): clipboard and active state

* fix(docs): avoid conflicting anchors (Semantic-Org#2818)

* docs(Knobs): add knobs and improve docs ux (Semantic-Org#2819)

* fix(ComponentExample): handle examples with no title

* docs(Layout): add more examples (Semantic-Org#2805)

* feat(List): stub out v2 component (Semantic-Org#2803)

* Updating contributing docs

* Porting the list component over

* Adding minimal documentation

* Minor doc fixes

* Adding a basic list example

* Renaming debugLayout to debug

* Adding knobs support for List

* Using named import for ListItem

* fix(docs): ignore default export when parsing components with react-docgen (#4)

* refactor(test): replace karma/mocha/etc. with jest (#5)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants