baconjs / bacon.js

Functional reactive programming library for TypeScript and JavaScript

Home Page:https://baconjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running tests separately is broken

raimohanska opened this issue · comments

Now that more pieces have now been converted to Javascript, its impossible to test some pieces in separation. Try ./test scan for example.

The problem is that when running tests that have additional dependencies, the dependency order is invalid and you get

AssertionError: There shouldn't be coffee pieces after js ones.

I'm planning on converting the rest of files to JS as well. The biggest blocker is trying to avoid too bad conflicts with active PRs.

If necessary, tests can be converted as well. Having only one language should simplify the situation.

Sent from my iPhone

On 15 Oct 2015, at 15:01, Juha Paananen notifications@github.com wrote:

Now that more pieces have now been converted to Javascript, its impossible to test some pieces in separation. Try ./test scan for example.

The problem is that when running tests that have additional dependencies, the dependency order is invalid and you get

AssertionError: There shouldn't be coffee pieces after js ones.

Reply to this email directly or view it on GitHub.