slamdata / purescript-markdown

A Purescript library for parsing SlamData's dialect of Markdown.
Other
36 stars 23 forks source link

Update for PureScript 0.7.3 and add evalM #37

Closed garyb closed 9 years ago

garyb commented 9 years ago

@cryogenian I removed the inPhantom function from the tests as it was hiding errors that occurred during running, and it didn't really seem like it was doing anything that we need during the normal usage of the test suite - I assume it was something for phantomjs, but we test in node here anyway?

cryogenian commented 9 years ago

@garyb True, there is no need of phantomjs (I used to run tests on it, but don't remeber why)

garyb commented 9 years ago

Ok, cool. Just wanted to check!