Florent Le Gall
Florent Le Gall
Ok, do you think it's worth mentioning it in the documentation ? a quick note in the "Union of string literals" like : "Beware that t.keyof() is designed to work...
Actually, I don't think it's fixable ... it's JS design : "Property names are Strings or Symbols. Any other value, including a number, is coerced to a string." https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_Accessors#Property_names So...
Nice ! :)
Hi, Sorry for the late reply, thanks for contributing ! Are you trying to implement the feature ? or using it as @bradstewart suggested ? This warning tells you that...
A new feature in jest makes it possible ! https://github.com/facebook/jest/pull/5399
Postponing this to 0.2.0, as it won't make it for 0.1.0
Hidden decorator implemented in 0.1.3
Implementation of this will rely on #154 fix
I'm writing more and more e2e tests those days with Puppeteer and it would be quite convenient to have proper rules support, I'm currently resorting to calling beforeEach() and afterEach()...
Sure, this is must ! I dream of generating screenshots images from E2E tests or generating HTML snippets from react kitchen-sink storybooks !