BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

What's the best way to run tests? #46

Closed michaek closed 9 years ago

michaek commented 9 years ago

Currently I get a single error:

$ node test/parser-test.js 
✗ Errored » 1 errored
aabenoja commented 9 years ago

It's the correct way. Unfortunately it's erroring when attempting to assert each file.

aabenoja commented 9 years ago

More specifically, it dies as soon as we hit Parser.export(module)

paulyoung commented 9 years ago

No idea why this started failing, but going to close since it's v3 related.

Thanks for reporting it.