phantomic icon indicating copy to clipboard operation
phantomic copied to clipboard

Tests failing on clean master

Open fearphage opened this issue 7 years ago • 5 comments

➜  phantomic git:(master) make   
test #13 "node_modules/.bin/browserify --debug test/sourcemaps-console.js | node bin/cmd.js" failed:
        expected "      at test/sourcemaps-console.js:3"
        got "      s node_modules/browser-pack/_prelude.js:1"
test #21 "node bin/cmd.js < test/timezone.js" failed:
        expected "-60"
        got "-120"
test #22 "node bin/cmd.js < test/timezone.js" failed:
        expected "300"
        got "240"
3 of 22 tests failed in 18.652s.
Makefile:4: recipe for target 'default' failed
make: *** [default] Error 1

Just wanted to see if it wasn't just me.

  • Ubuntu 16.04
  • node v6.4

fearphage avatar Aug 22 '16 14:08 fearphage