DesignLiquido / xslt-processor

A JavaScript XSLT processor without native library dependencies
GNU Lesser General Public License v3.0
95 stars 30 forks source link

(#8) Adding Jest as a test framework and a simple first test. #12

Closed TheKnarf closed 5 years ago

TheKnarf commented 5 years ago

This is a first commit towards issue #8. I have only added one test for testing purposes. The next step would be to go through all the old jsunit test and port them over.

TheKnarf commented 5 years ago

How does it look @johanneswilm?

I'll try and rewrite some of the Jsunit unit tests over to Jest if you think this style of testing is okay. I'm just waiting for the PR to be merged before starting.

johanneswilm commented 5 years ago

Sorry. Yes this looks good! Please go ahead!