Tobias Bieniek
Tobias Bieniek
> isn't the issue resolved by including eslint as a direct dependency of the app? then something like `yarn run eslint` would potentially run a different ESLint version than the...
I'm no longer on the ember-cli team, I'm not maintaining this addon and I'm not even using it anymore. Feel free to ping the ember-cli team though đ¤ˇââī¸
our `router.js` file: ```js import AddonDocsRouter, { docsRoute } from 'ember-cli-addon-docs/router' import config from './config/environment' const Router = AddonDocsRouter.extend({ location: config.locationType, rootURL: config.rootURL }) Router.map(function() { docsRoute(this, function() { this.route('installation')...
@scalvert @rwjblue @ef4 any ideas how we can make this PR green?
hmm okay, so the easiest way forward would be to not use a dummy app, but a monorepo with an app instead?
hmm, CI still red, though potentially for different reasons
Yes, we intentionally do not accept document because it is missing some APIs
> assert.dom('p').hasText('a b') would fail that is intentional because multiple `nbsp` are not collapsed into a single whitespace.
`hasText()` supports regex expectations. maybe that helps?
looks generally alright, although I'm uncertain how useful this assertion will ultimately be. since it potentially depends on the browser window size and other dynamic factors it seems a bit...