We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to replace the testing code at https://github.com/softlayer/sl-ember-translate/blob/923c681ba54cf65e46f7280b0fb65c6b13f24495/tests/unit/services/translate-test.js#L25-110 with
var test = requires( TS.setDictionary, [ 'object' ] ); assert.ok( test.requires, test.messages );
"this" does not exist (https://github.com/softlayer/sl-ember-translate/blob/e6666ff06ad6959600f60f9c0fe5bb1c840527f7/addon/services/translate.js#L51)
The text was updated successfully, but these errors were encountered:
https://github.com/softlayer/sl-ember-behavior/blob/cf80ec3ddab12eb5f691f171b33e3f8bdff231d4/tests/unit/services/behavior-test.js#L16-89 has the same issue and several other instances in the same file as well
Sorry, something went wrong.
Will be resolved by #126
jonathandavidson
No branches or pull requests
Attempting to replace the testing code at
https://github.com/softlayer/sl-ember-translate/blob/923c681ba54cf65e46f7280b0fb65c6b13f24495/tests/unit/services/translate-test.js#L25-110 with
"this" does not exist (https://github.com/softlayer/sl-ember-translate/blob/e6666ff06ad6959600f60f9c0fe5bb1c840527f7/addon/services/translate.js#L51)
The text was updated successfully, but these errors were encountered: