Skip to content

Commit

Permalink
[CHORE] Moving tests to new API
Browse files Browse the repository at this point in the history
1. Changing the integration tests to new API
2. Tweaking eslintrc to support async
3. Installing new regenerator packages for async support
  • Loading branch information
rajasegar committed May 16, 2019
1 parent 10c2cbc commit d78286b
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 61 deletions.
212 changes: 201 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^2.0.0",
"ember-maybe-import-regenerator-for-testing": "^1.0.0",
"ember-resolver": "^5.0.1",
"ember-source": "~3.10.0",
"ember-welcome-page": "^4.0.0",
"eslint-plugin-disable-features": "^0.1.3",
"loader.js": "^4.7.0",
"yuidoc-ember-theme": "^2.0.1"
},
Expand Down
6 changes: 5 additions & 1 deletion tests/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module.exports = {
env: {
embertest: true
}
},
parserOptions: {
ecmaVersion: 2017,
sourceType: 'module'
},
};
Loading

0 comments on commit d78286b

Please sign in to comment.