RuslanZavacky/ember-cli-ifa

View on GitHub
run-fastboot-tests.js

Summary

Maintainability
A
0 mins
Test Coverage

Replace 'qunitjs' with "qunitjs"
Open

global.QUnit = require('qunitjs');
Severity: Minor
Found in run-fastboot-tests.js by eslint

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

Replace 'qunit-extras' with "qunit-extras"
Open

var qe = require('qunit-extras');
Severity: Minor
Found in run-fastboot-tests.js by eslint

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

Replace '/**/*-test.js' with "/**/*-test.js"
Open

addFiles('/**/*-test.js');
Severity: Minor
Found in run-fastboot-tests.js by eslint

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

Replace 'fastboot-tests/' with "fastboot-tests/"
Open

var root = 'fastboot-tests/';
Severity: Minor
Found in run-fastboot-tests.js by eslint

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

Replace 'glob' with "glob"
Open

var glob = require('glob');
Severity: Minor
Found in run-fastboot-tests.js by eslint

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

Replace './' with "./"
Open

      return './' + name.substring(0, name.length - 3);
Severity: Minor
Found in run-fastboot-tests.js by eslint

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

There are no issues that match your filters.

Category
Status