Hi, I forked this repo to add support for CJSX / coffee-react. I haven't made any changes yet, but tests are failing. I wonder if maybe I don't have something installed that I need?
tail of results from npm build && mocha:
77 passing (2s)
7 failing
-
Istanbul tests should find if branch with no else:
first statement
{
"end": {
- "column": 30
"line": 2
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:345:66)
-
Istanbul tests should find switch/case branches:
first statement
{
"end": {
- "column": 23
"line": 6
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:468:66)
-
Istanbul tests should find functions:
first statement
{
"end": {
- "column": 23
"line": 2
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:589:66)
-
Istanbul tests should find multi-line functions:
first statement
{
"end": {
- "column": 23
"line": 6
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:683:66)
-
Istanbul tests should find functions in a class:
class statement
{
"end": {
- "column": 11
"line": 4
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:786:66)
-
Istanbul tests should find name of anonymous class:
class fn
- "name": "(anonymousClass)"
}
at Context. (test/istanbul/test.coffee:864:59)
-
Coverage tests should handle nested recursion correctly:
AssertionError: expected 5 to equal 10
-5
+10
at Context. (test/tests.coffee:107:27)
bwilkerson@IT-SEA14730-MBP:/projects/zulily/coffee-coverage$ npm -v
4.1.2
bwilkerson@IT-SEA14730-MBP:/projects/zulily/coffee-coverage$ node -v
v7.5.0
bwilkerson@IT-SEA14730-MBP:~/projects/zulily/coffee-coverage$ mocha -v
error: unknown option `-v'
bwilkerson@IT-SEA14730-MBP:~/projects/zulily/coffee-coverage$ mocha --version
3.2.0
Hi, I forked this repo to add support for CJSX / coffee-react. I haven't made any changes yet, but tests are failing. I wonder if maybe I don't have something installed that I need?
tail of results from
npm build && mocha:77 passing (2s)
7 failing
Istanbul tests should find if branch with no else:
first statement
{
"end": {
"line": 2
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:345:66)
Istanbul tests should find switch/case branches:
first statement
{
"end": {
"line": 6
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:468:66)
Istanbul tests should find functions:
first statement
{
"end": {
"line": 2
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:589:66)
Istanbul tests should find multi-line functions:
first statement
{
"end": {
"line": 6
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:683:66)
Istanbul tests should find functions in a class:
class statement
{
"end": {
"line": 4
}
"start": {
"column": 0
at Context. (test/istanbul/test.coffee:786:66)
Istanbul tests should find name of anonymous class:
class fn
expected - actual
}
}
}
at Context. (test/istanbul/test.coffee:864:59)
Coverage tests should handle nested recursion correctly:
AssertionError: expected 5 to equal 10
-5
+10
at Context. (test/tests.coffee:107:27)
bwilkerson@IT-SEA14730-MBP:
/projects/zulily/coffee-coverage$ npm -v/projects/zulily/coffee-coverage$ node -v4.1.2
bwilkerson@IT-SEA14730-MBP:
v7.5.0
bwilkerson@IT-SEA14730-MBP:~/projects/zulily/coffee-coverage$ mocha -v
error: unknown option `-v'
bwilkerson@IT-SEA14730-MBP:~/projects/zulily/coffee-coverage$ mocha --version
3.2.0