DesignLiquido / xslt-processor

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

Using Jest might be better than bundeling jsunit #8

Closed TheKnarf closed 5 years ago

johanneswilm commented 5 years ago

True. Jsunit survived from the pre-ES2015 version. You are welcome to make a PR replacing it with something more modern.

johanneswilm commented 5 years ago

@TheKnarf I have now replaced jsunit with jest everywhere. Thanks for the suggestion.

TheKnarf commented 5 years ago

Great job!