lukejacksonn / ijk

Transforms arrays into virtual dom trees; a terse alternative to JSX and h
MIT License
466 stars 17 forks source link

Add tests #5

Closed lukejacksonn closed 6 years ago

lukejacksonn commented 6 years ago

Handles no children return with empty array instead of empty string, adds tests with tead. Any tips or ideas for tests?

lukejacksonn commented 6 years ago

Going to merge this now. Much improvement on no tests 😅 thanks @Mytrill and @okwolf

okwolf commented 6 years ago

@lukejacksonn depending on how much more development/refactoring you're going to do on the project, you might also want a script that calls tead --watch like npm run watch or npm run test:watch.

lukejacksonn commented 6 years ago

@okwolf ahh yeh.. thanks!