react-typescript-boilerplate icon indicating copy to clipboard operation
react-typescript-boilerplate copied to clipboard

Add Jest

Open StrikeForceZero opened this issue 8 years ago • 2 comments

Need to go through and remove chai references, then possibly swap out mocha and karma entirely

notes for myself when I come back to this:

https://github.com/react-boilerplate/react-boilerplate/blob/master/app/components/Img/tests/index.test.js#L36

<Img /> › should not adopt a srcset attribute

    TypeError: chai_1.expect(...).to.not.have.attr is not a function

      at Object.it (app\components\Img\tests\index.test.tsx:31:54)

related to #5

StrikeForceZero avatar Apr 24 '17 23:04 StrikeForceZero

Wow it works. I've migrate that pull request to my project. Thank you for your work!

wer32 avatar Jun 15 '17 18:06 wer32

I got nothing to add, just wanted to say good job! Keep at it. I'm just about to give this repo a try. I'd love to contribute, but not sure if I can.

SimpleCookie avatar Sep 04 '18 15:09 SimpleCookie