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

refactor: test structure and style guide doc #167

Open
Hotell opened this issue Feb 7, 2017 · 0 comments
Open

refactor: test structure and style guide doc #167

Hotell opened this issue Feb 7, 2017 · 0 comments

Comments

@Hotell
Copy link
Collaborator

Hotell commented Feb 7, 2017

Current behavior

Currently we are testing Skate class if it has rendered like this

it( `should render`, () => {
 return mount( <Button /> ).wait(( element ) => {}
}

neither me and @elmariofredo remember why we use it that way, because we are using intrinsic element.

Expected behavior

We should review with whole team and change it accordingly and also update the docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant