msiebuhr / charcod.es

Small webpage for finding the odd unicode char code.
https://charcodes.netlify.app/
ISC License
18 stars 3 forks source link

Rework core/complex parts of code to be testable in Node #30

Open msiebuhr opened 11 years ago

msiebuhr commented 11 years ago

We're beginning to have some quite complex code in the client. Quite a lot of it doesn't touch the DOM, so we should be able to unit-test it before we build/deploy changes.

Stuff I'd like tested:

I imagine splitting the code into separate modules that works both in browsers and Node.js, and then do the testing there.