-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "testFramework" option #27
Comments
This was referenced Feb 24, 2016
Merged
Turbo87
pushed a commit
that referenced
this issue
Oct 17, 2018
Bumps [eslint-plugin-chai-expect](https://github.com/turbo87/eslint-plugin-chai-expect) from 1.1.1 to 2.0.1. <details> <summary>Release notes</summary> *Sourced from [eslint-plugin-chai-expect's releases](https://github.com/turbo87/eslint-plugin-chai-expect/releases).* > ## v1.2.0 > #### 🚀 Enhancement > * [#19](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/19) Allow additional terminating properties to be configured ([[**whamondg**](https://github.com/whamondg)](https://github.com/whamondg)) > * [#21](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/21) Test against eslint version 4 ([[**thughes**](https://github.com/thughes)](https://github.com/thughes)) > > #### 🐛 Bug Fix > * [#26](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/26) Fix expect finder utility ([[**brokentone**](https://github.com/brokentone)](https://github.com/brokentone)) > > #### 📝 Documentation > * [#24](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/24) Document installation of this package as a devDependency ([[**astorije**](https://github.com/astorije)](https://github.com/astorije)) > * [#23](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/23) Document terminating-properties rule ([[**whamondg**](https://github.com/whamondg)](https://github.com/whamondg)) > > #### 🏠 Internal > * [#16](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/16) Ignore ESLint updates on greenkeeper ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### Committers: 5 > - Gordon Whamond ([[**whamondg**](https://github.com/whamondg)](https://github.com/whamondg)) > - Jérémie Astori ([[**astorije**](https://github.com/astorije)](https://github.com/astorije)) > - Kenton Jacobsen ([[**brokentone**](https://github.com/brokentone)](https://github.com/brokentone)) > - Tobias Bieniek ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > - Tom Hughes ([[**thughes**](https://github.com/thughes)](https://github.com/thughes)) </details> <details> <summary>Changelog</summary> *Sourced from [eslint-plugin-chai-expect's changelog](https://github.com/Turbo87/eslint-plugin-chai-expect/blob/master/CHANGELOG.md).* > ## v2.0.1 (2018-10-13) > > #### 🚀 Enhancement > * [#35](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/35) Add `.npmignore` file ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### Committers: 1 > - Tobias Bieniek ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > > ## v2.0.0 (2018-10-13) > > #### 💥 Breaking Change > * [#27](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/27) Drop support for Node.js 4 and below ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### 🚀 Enhancement > * [#32](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/32) CI: Add ESLint 5 to the test matrix ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### 🏠 Internal > * [#34](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/34) CI: Simplify job definition ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > * [#33](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/33) tests: Use same `espree` version as the `eslint` dependency ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > * [#31](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/31) Use yarn instead of npm ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### Committers: 1 > - Tobias Bieniek ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > > ## v1.2.0 (2018-10-13) > > #### 🚀 Enhancement > * [#19](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/19) Allow additional terminating properties to be configured ([[**whamondg**](https://github.com/whamondg)](https://github.com/whamondg)) > * [#21](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/21) Test against eslint version 4 ([[**thughes**](https://github.com/thughes)](https://github.com/thughes)) > > #### 🐛 Bug Fix > * [#26](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/26) Fix expect finder utility ([[**brokentone**](https://github.com/brokentone)](https://github.com/brokentone)) > > #### 📝 Documentation > * [#24](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/24) Document installation of this package as a devDependency ([[**astorije**](https://github.com/astorije)](https://github.com/astorije)) > * [#23](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/23) Document terminating-properties rule ([[**whamondg**](https://github.com/whamondg)](https://github.com/whamondg)) > > #### 🏠 Internal > * [#16](https://github-redirect.dependabot.com/Turbo87/eslint-plugin-chai-expect/pull/16) Ignore ESLint updates on greenkeeper ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > > #### Committers: 5 > - Gordon Whamond ([[**whamondg**](https://github.com/whamondg)](https://github.com/whamondg)) > - Jérémie Astori ([[**astorije**](https://github.com/astorije)](https://github.com/astorije)) > - Kenton Jacobsen ([[**brokentone**](https://github.com/brokentone)](https://github.com/brokentone)) > - Tobias Bieniek ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > - Tom Hughes ([[**thughes**](https://github.com/thughes)](https://github.com/thughes)) </details> <details> <summary>Commits</summary> - [`68e8759`](Turbo87/eslint-plugin-chai-expect@68e8759) v2.0.1 - [`23f6ba1`](Turbo87/eslint-plugin-chai-expect@23f6ba1) Update Changelog - [`b7c2292`](Turbo87/eslint-plugin-chai-expect@b7c2292) Merge pull request [#35](https://github-redirect.dependabot.com/turbo87/eslint-plugin-chai-expect/issues/35) from Turbo87/npmignore - [`4107ebc`](Turbo87/eslint-plugin-chai-expect@4107ebc) Add `.npmignore` file - [`cae3114`](Turbo87/eslint-plugin-chai-expect@cae3114) v2.0.0 - [`54bd372`](Turbo87/eslint-plugin-chai-expect@54bd372) Update Changelog - [`3b1b6cf`](Turbo87/eslint-plugin-chai-expect@3b1b6cf) README: Add `Requirements` section - [`c1dd013`](Turbo87/eslint-plugin-chai-expect@c1dd013) Merge pull request [#34](https://github-redirect.dependabot.com/turbo87/eslint-plugin-chai-expect/issues/34) from Turbo87/ci-refactor - [`5377469`](Turbo87/eslint-plugin-chai-expect@5377469) CI: Simplify job definition - [`db148b4`](Turbo87/eslint-plugin-chai-expect@db148b4) Update eslint requirement from 2.1.0 to 5.7.0 - Additional commits viewable in [compare view](Turbo87/eslint-plugin-chai-expect@v1.1.1...v2.0.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-chai-expect&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=2.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=eslint-plugin-chai-expect&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=2.0.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. Dependabot will **not** automatically merge this PR because it includes a major update to a development dependency. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ember-data
lately gained the ability to generate different files depending on the presence ofember-cli-qunit
and/orember-cli-mocha
(see emberjs/data#4167). It would be awesome if this addon provided some sort oftestFramework
option defaulting toqunit
that would allowember-data
to also test their mocha blueprints.The text was updated successfully, but these errors were encountered: