Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Migrate <Dropdown /> #47

Closed
wants to merge 2 commits into from
Closed

Migrate <Dropdown /> #47

wants to merge 2 commits into from

Conversation

azamatsmith
Copy link
Contributor

closes #17

@azamatsmith azamatsmith added this to the v1.0.0 milestone May 15, 2017
@azamatsmith azamatsmith self-assigned this May 15, 2017
@codecov-io
Copy link

codecov-io commented May 15, 2017

Codecov Report

Merging #47 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #47   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           2      2           
=====================================
  Hits            2      2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c96ba2...e4b9f16. Read the comment docs.

});

it('should have a default open prop', () => {
expect(defaultWrapper.props().open).not.toEqual(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

Gah, need to update the tests to use const

@caseybaggz caseybaggz added this to In Progress in v1.0.0 May 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
v1.0.0
In Progress
Development

Successfully merging this pull request may close these issues.

Migrate - <Dropdown />
3 participants