Skip to content

Instantly share code, notes, and snippets.

@andrew
Created May 7, 2014 03:13
Show Gist options
  • Save andrew/387ac9d2350d4b3d9009 to your computer and use it in GitHub Desktop.
Save andrew/387ac9d2350d4b3d9009 to your computer and use it in GitHub Desktop.
andrews-mbp-2:node-sass andrew$ npm test
> [email protected] pretest /Users/andrew/code/node-sass
> node scripts/lint
> [email protected] test /Users/andrew/code/node-sass
> node scripts/test
․․․․․․․․․․․․․․․․
1 passing (407ms)
15 failing
1) cli should compile sample.scss as sample.css:
Uncaught AssertionError: {"killed":false,"code":8,"signal":null} == null
at /Users/andrew/code/node-sass/test/cli.js:43:14
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Process.ChildProcess._handle.onexit (child_process.js:802:5)
2) cli should compile sample.scss to ../out.css:
Uncaught AssertionError: {"killed":false,"code":8,"signal":null} == null
at /Users/andrew/code/node-sass/test/cli.js:58:14
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Socket.<anonymous> (child_process.js:948:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:466:12)
3) cli should compile with --include-path option:
Uncaught TypeError: undefined is not a function
4) cli should compile with the --output-style:
Uncaught TypeError: undefined is not a function
5) cli should compile with the --source-comments option:
Uncaught TypeError: undefined is not a function
6) cli should compile with the --image-path option:
Uncaught TypeError: undefined is not a function
7) cli should write the output to the file specified with the --output option:
Uncaught TypeError: undefined is not a function
8) cli should compile with the --source-map option:
Uncaught TypeError: undefined is not a function
9) cli should compile with the --source-map option with specific filename:
Uncaught TypeError: undefined is not a function
10) cli should compile a sourceMap if --source-comments="map", but the --source-map option is excluded:
Uncaught TypeError: undefined is not a function
11) compile file with source comments should compile with render and comment outputs:
Uncaught TypeError: undefined is not a function
12) compile source maps should compile file with source map URL:
Uncaught TypeError: undefined is not a function
13) stats using renderSync() and file-context "before all" hook:
Error: the string "error reading file "[object Object]"
" was thrown, throw an Error :)
at Runner.fail (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:197:11)
at Runner.failHook (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:225:8)
at /Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:264:14
at done (/Users/andrew/code/node-sass/node_modules/mocha/lib/runnable.js:185:5)
at Hook.Runnable.run (/Users/andrew/code/node-sass/node_modules/mocha/lib/runnable.js:219:5)
at next (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:259:10)
at Object._onImmediate (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:276:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
14) stats using renderSync() and data-context "before all" hook:
Error: the string "source string:1: error: invalid top-level expression
" was thrown, throw an Error :)
at Runner.fail (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:197:11)
at Runner.failHook (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:225:8)
at /Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:264:14
at done (/Users/andrew/code/node-sass/node_modules/mocha/lib/runnable.js:185:5)
at Hook.Runnable.run (/Users/andrew/code/node-sass/node_modules/mocha/lib/runnable.js:219:5)
at next (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:259:10)
at Object._onImmediate (/Users/andrew/code/node-sass/node_modules/mocha/lib/runner.js:276:5)
at processImmediate [as _immediateCallback] (timers.js:330:15)
15) stats using render() and file-context "before all" hook:
Uncaught TypeError: undefined is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment