e74e2e039e
no issue - switch `jscs` and `jshint` inline config to `eslint` config - fix eslint errors, predominantly in tests where the config now the main app config more closely
12 lines
211 B
JavaScript
12 lines
211 B
JavaScript
import resolver from './helpers/resolver';
|
|
import {setResolver} from 'ember-mocha';
|
|
|
|
setResolver(resolver);
|
|
|
|
/* jshint ignore:start */
|
|
mocha.setup({
|
|
timeout: 15000,
|
|
slow: 500
|
|
});
|
|
/* jshint ignore:end */
|