Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Ember.run(function() {
Ember.testing = false;
view = Notify.info('Hello world', {
closeAfter: 500,
removeAfter: 500
});
});
var $el = find('.ember-notify');