moneybutton / yours-core

Client-side key and content management for Yours.
https://www.yours.network
MIT License
132 stars 27 forks source link

Failed tests #115

Open RyanSinger opened 8 years ago

RyanSinger commented 8 years ago
yans-MacBook-Pro:yours-core ryan$ npm test

> yours-core@0.4.3 test /Users/ryan/yours-core
> npm run test-format && npm run test-both

> yours-core@0.4.3 test-format /Users/ryan/yours-core
> npm run standard

> yours-core@0.4.3 standard /Users/ryan/yours-core
> standard *.js lib/**/*.js bin/**/*.js server/**/*.js test/**/*.js test/**/*.jsx

> yours-core@0.4.3 test-both /Users/ryan/yours-core
> npm run test-node && npm run test-karma

> yours-core@0.4.3 test-node /Users/ryan/yours-core
> gulp test-node

[14:52:53] Using gulpfile ~/yours-core/gulpfile.js
[14:52:53] Starting 'test-node'...

  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․

  182 passing (14s)

[14:53:10] Finished 'test-node' after 17 s

> yours-core@0.4.3 test-karma /Users/ryan/yours-core
> gulp test-karma

[14:53:13] Using gulpfile ~/yours-core/gulpfile.js
[14:53:13] Starting 'build-karma-url'...
[14:53:13] Finished 'build-karma-url' after 180 μs
[14:53:13] Starting 'build-fullnode-worker'...
[14:53:13] Starting 'build-fullnode'...
[14:53:13] Starting 'build-yourscore'...
[14:53:13] Starting 'build-mocha'...
[14:53:13] Starting 'build-tests'...
[14:53:13] Finished 'build-mocha' after 80 ms
[14:53:22] Finished 'build-fullnode-worker' after 8.81 s
[14:53:58] Finished 'build-fullnode' after 45 s
[14:53:58] Finished 'build-yourscore' after 45 s
[14:53:58] Finished 'build-tests' after 45 s
[14:53:58] Starting 'build'...
[14:53:58] Finished 'build' after 12 μs
[14:53:58] Starting 'build-karma'...
[14:53:58] Finished 'build-karma' after 5.16 μs
[14:53:58] Starting 'test-karma'...
View the app at http://:::3030/
Run the mocha browser tests at http://:::3030/tests.html
[14:53:58] Starting Karma server...
WARN `start` method is deprecated since 0.13. It will be removed in 0.14. Please use 
  server = new Server(config, [done])
  server.start()
instead.
25 04 2016 14:54:00.259:INFO [karma]: Karma v0.13.22 server started at http://localhost:9876/
25 04 2016 14:54:00.288:INFO [launcher]: Starting browser Firefox
25 04 2016 14:54:02.937:INFO [Firefox 36.0.0 (Mac OS X 10.11.0)]: Connected on socket /#6PXMdM6_6YX0eHZHAAAA with id 62529279
Firefox 36.0.0 (Mac OS X 10.11.0) ERROR
  SyntaxError: let is a reserved identifier
  at /Users/ryan/yours-core/build/fullnode.js:29854

npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/Cellar/node/5.11.0/bin/node" "/usr/local/bin/npm" "run" "test-karma"
npm ERR! node v5.11.0
npm ERR! npm  v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! yours-core@0.4.3 test-karma: `gulp test-karma`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the yours-core@0.4.3 test-karma script 'gulp test-karma'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the yours-core package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gulp test-karma
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs yours-core
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls yours-core
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/ryan/yours-core/npm-debug.log

npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/Cellar/node/5.11.0/bin/node" "/usr/local/bin/npm" "run" "test-both"
npm ERR! node v5.11.0
npm ERR! npm  v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! yours-core@0.4.3 test-both: `npm run test-node && npm run test-karma`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the yours-core@0.4.3 test-both script 'npm run test-node && npm run test-karma'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the yours-core package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm run test-node && npm run test-karma
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs yours-core
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls yours-core
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/ryan/yours-core/npm-debug.log
npm ERR! Test failed.  See above for more details.