next icon indicating copy to clipboard operation
next copied to clipboard

Testing strategy

Open juliankrispel opened this issue 7 years ago • 1 comments

I've got my own opinions here, but I might as well open this up for discussion, I'd like to here from folks, what's your opinion on testing draft js functionality, how do you approach testing and why?

cc @freedomlang @nikgraf @Rosey :heart:

juliankrispel avatar Oct 08 '18 17:10 juliankrispel

@juliankrispel Not familiar in test. How about karma, mocha, chai(for BDD Assertion Library), enzyme(for React ), sinon(for test double) and Istanbul(for code coverage)?

freedomlang avatar Oct 12 '18 11:10 freedomlang