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

Add specs for history slider #1053

Merged
merged 3 commits into from
Oct 17, 2017
Merged

Add specs for history slider #1053

merged 3 commits into from
Oct 17, 2017

Conversation

xanecs
Copy link
Contributor

@xanecs xanecs commented Oct 17, 2017

This is a rudimentary set of tests for the history slider. (Just testing basic rendering and the arrow buttons)
Ref #813

Copy link
Member

@lgeiger lgeiger left a comment

Choose a reason for hiding this comment

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

Very nice! Just one minor comment.

@@ -0,0 +1,47 @@
/* @flow */
Copy link
Member

Choose a reason for hiding this comment

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

If you remove this line, CI will go green. Otherwise we'd need to configure flow properly.

Copy link
Contributor Author

@xanecs xanecs Oct 17, 2017

Choose a reason for hiding this comment

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

I've noticed that and did a second commit on my repo. Do you know why it doesn't show up in the pull request?

Edit: It did now, perhaps it just takes time

Enzyme.configure({ adapter: new Adapter() });

import store from "../../../lib/store";
import Kernel from "../../../lib/kernel";
Copy link
Member

Choose a reason for hiding this comment

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

I think those lines can be removed too:

import store from "../../../lib/store";
import Kernel from "../../../lib/kernel";

Copy link
Member

@lgeiger lgeiger left a comment

Choose a reason for hiding this comment

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

Looks great, keep those PRs coming 🎉

@lgeiger lgeiger merged commit 65d34d1 into nteract:master Oct 17, 2017
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