glenjamin / skin-deep

Test assertion helpers for use with React's shallowRender test utils
MIT License
200 stars 40 forks source link

Tracking 1.1 #74

Open glenjamin opened 8 years ago

glenjamin commented 8 years ago

Braindump of actions, will expand on these as I go.

burabure commented 8 years ago

Hey, are you still planning on releasing 1.0?, let me know If I can help with some task

glenjamin commented 8 years ago

Still intend to, not been doing any React component testing lately so it's slipped a bit,

Either extra test coverage, porting older tests over to the new test style or implementing the new APIs would be useful

indexzero commented 8 years ago

Given your time constraints if I may be so bold as to suggest a few things:

  1. Implement your the remaining new APIs (.exact, .any, and .hasClass) in 1.1 The API documented in the README.md on master seems like it would solve most scenarios as is.
  2. Publish your beta now so folks can use it. You can always publish another beta later on.
glenjamin commented 8 years ago

Yeah, implementing those is all that's really missing for a beta release.

I think I published what's here so far as a next tag on npm.

Its been really sunny here lately so I've not been coding as much!

glenjamin commented 8 years ago

I've just added hasClass and published skin-deep@1.0.0-alpha1.

Will try not to let this slip much more ☀️

indexzero commented 8 years ago

Awesome. Appreciate your hard work.