Skip to content

v1.2.0

Choose a tag to compare

@sapegin sapegin released this 13 Mar 21:57
· 5 commits to master since this release
  • Changed out unpexpected-react-shallow with unexpected-react.
  • Added support for .to.not.contain:
expectReactShallow(ReactComponent|JSX).to.not.contain(ReactComponent|JSX);
expectReactShallow(ReactComponent|JSX).to.not.contain.exactly(ReactComponent|JSX);
expectReactShallow(ReactComponent|JSX).to.not.contain.with.all.children(ReactComponent|JSX);

Thanks @BigSassy!