mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

Tests for Client & includePaths fix #9

Closed nc closed 10 years ago

nc commented 10 years ago

Noticed there were no tests for the Client so I started writing them, also fixed a bug with includePaths not being set via the Client.

Still a work in progress.

barnaby commented 10 years ago

We're using https://github.com/visionmedia/should.js/ for assertions, can we remove chai and use that instead?