Skip to content

Instantly share code, notes, and snippets.

@MichaelBaker
Created February 27, 2016 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelBaker/092189eb74a96a7d1dae to your computer and use it in GitHub Desktop.
Save MichaelBaker/092189eb74a96a7d1dae to your computer and use it in GitHub Desktop.
~/Projects/mrcss
( master )☛ time npm test
> mrcss@1.0.0 test /Users/michaeltbaker/Projects/mrcss
> mocha --compilers js:babel-core/register test/*
Hello test
1) does a thing
0 passing (20ms)
1 failing
1) Hello test does a thing:
AssertionError: 1 == 2
+ expected - actual
-1
+2
at Context.<anonymous> (mrcss-selectors.es6:6:12)
npm ERR! Test failed. See above for more details.
real 0m11.920s
user 0m6.797s
sys 0m0.697s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment