ultraq / thymeleafjs

A basic implementation of the Thymeleaf templating engine in JavaScript
Apache License 2.0
52 stars 8 forks source link

Issue unless processor #27

Closed rob-bar closed 5 years ago

rob-bar commented 5 years ago

Added the test for unless processor.

My tests didn't run because I have node 11.11.0 https://stackoverflow.com/questions/55059748/travis-jest-typeerror-cannot-assign-to-read-only-property-symbolsymbol-tostr

Now everything passes

ultraq commented 5 years ago

And thanks for letting me know about the Node 11.11.0 issue