Skip to content
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

Command and FunctionExecutor tests emit console.errors #57

Open
corragon opened this issue Feb 9, 2017 · 1 comment
Open

Command and FunctionExecutor tests emit console.errors #57

corragon opened this issue Feb 9, 2017 · 1 comment

Comments

@corragon
Copy link
Collaborator

corragon commented Feb 9, 2017

PASS tests/Command.test.js
● Console

console.error src/util/executors.js:82
  Ringa Injection Error!:
  	Executor: Controller1_CommandComplexArgs1
  	Missing: c
  	Required: $ringaEvent, $target, $controller, $thread, testObject, a, b, c
  	Available: $controller, $customEvent, $detail, $lastEvent, $lastPromiseError, $lastPromiseResult, $ringaEvent, $target, $thread, done, fail
  	If you are minifying JS, make sure you add the original, unmangled property name to the UglifyJSPlugin mangle exceptions.
  	Dispatched from: unknown stack.
console.error src/util/executors.js:82
  Ringa Injection Error!:
  	Executor: Controller1_CommandComplexArgs1
  	Missing: testObject
  	Required: $ringaEvent, $target, $controller, $thread, testObject, a, b, c
  	Available: $controller, $customEvent, $detail, $lastEvent, $lastPromiseError, $lastPromiseResult, $ringaEvent, $target, $thread, done, fail
  	If you are minifying JS, make sure you add the original, unmangled property name to the UglifyJSPlugin mangle exceptions.
  	Dispatched from: unknown stack.

PASS tests/FunctionExecutor.test.js
● Console

console.error node_modules/core-js/modules/es6.promise.js:117
  Unhandled promise rejection someError
@corragon
Copy link
Collaborator Author

corragon commented Feb 9, 2017

Command.test.js errors related to issue #62

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

No branches or pull requests

1 participant