forge512/ember-webcam

View on GitHub
tests/helpers/start-app.js

Summary

Maintainability
A
0 mins
Test Coverage

Use import { assign } from '@ember/polyfills'; instead of using Ember.assign
Open

  let attributes = Ember.assign({}, config.APP, attrs);
Severity: Minor
Found in tests/helpers/start-app.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Use import { run } from '@ember/runloop'; instead of using Ember.run
Open

  Ember.run(() => {
Severity: Minor
Found in tests/helpers/start-app.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status