Skip to content

Cannot run tests #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GeoffreyBooth opened this issue Nov 12, 2016 · 0 comments
Open

Cannot run tests #1

GeoffreyBooth opened this issue Nov 12, 2016 · 0 comments

Comments

@GeoffreyBooth
Copy link

I‘m trying to get this to run. Under Node 7.1.0, after npm install when I run npm test I get:

classes interop
classes interop ✘

FAILURE: 0/0 tests ran successfully; 0 failed, 0 incomplete, 1 errors

Error #1:
classes interop
Error: Deprecated configuration property [onError] given to TaskGroup::setConfig()

If I lock the version numbers of your dependencies in package.json (i.e. removing all the ^s) and run under Node 4.6.2, which is what I presume you were using back in February, I get this:

/Volumes/Geoffrey/Sites/es6-javascript-class-interop/class.es:2
	return class BaseClass {
	       ^^^^^

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

With Node 7.1.0 and fixed versions of packages, I get this:

/Volumes/Geoffrey/Sites/es6-javascript-class-interop/node_modules/joe/out/lib/joe.js:186
        this.emitSerial('before', (function(_this) {
             ^

TypeError: this.emitSerial is not a function

and with the latest versions of packages (via npm-check-updates):

joe has no reporters to log: startSuite EventEmitterGrouped {
  domain: null,
  _events:
   { error: [Function: bound listener],
     completed: [Function: bound listener],
     'item.add': [Function],
     running: [Function],
     done: [ [Object], [Object] ],
     before: [Function],
     after: [Function] },
  _eventsCount: 7,
  _maxListeners: undefined,
  state:
   { result: [],
     error: null,
     status: 'running',
     itemsRemaining: [ [Object] ],
     itemsExecutingCount: 0,
     itemsDoneCount: 0 },
  config:
   { nameSeparator: ' ➞  ',
     storeResult: null,
     destroyOnceDone: true,
     parent:
      EventEmitterGrouped {
        domain: null,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        state: [Object],
        config: [Object] },
     method: [Function],
     abortOnError: true,
     destroyDoneItems: true,
     nestedTaskConfig: {},
     nestedTaskGroupConfig: {},
     emitNestedEvents: false,
     concurrency: 1,
     run: null,
     name: 'classes interop' } }
joe has no reporters to log: exit 1 undefined
npm ERR! Test failed.  See above for more details.

Can you still run this today? Do you mind please updating the package.json with the specific version of Node, and specific versions of packages, that work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant