Skip to content

Commit

Permalink
Merge pull request #144 from josemarluedke/chore/ember-test-selectors
Browse files Browse the repository at this point in the history
Add ember-test-selectors for forms package
  • Loading branch information
josemarluedke committed Feb 10, 2021
2 parents f75bdea + 8d11803 commit 9e1fb76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ember-cli-htmlbars": "^5.2.0",
"ember-cli-typescript": "^4.0.0",
"ember-power-select": "4.1.0",
"ember-test-selectors": "^5.0.0",
"tailwindcss-ember-power-select": "^0.4.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7415,6 +7415,15 @@ ember-template-recast@^5.0.1:
tmp "^0.2.1"
workerpool "^6.0.3"

ember-test-selectors@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ember-test-selectors/-/ember-test-selectors-5.0.0.tgz#36c30f64498039cb88797cdda682275a460ee624"
integrity sha512-hqAPqyJLEGBYcQ9phOKvHhSCyvcSbUL8Yj2si8OASsQWxwRqbxrtk5YlkN2aZiZdp9PAd2wErS8uClG0U7tNpA==
dependencies:
calculate-cache-key-for-tree "^2.0.0"
ember-cli-babel "^7.22.1"
ember-cli-version-checker "^5.1.1"

ember-test-waiters@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ember-test-waiters/-/ember-test-waiters-1.2.0.tgz#c12ead4313934c24cff41857020cacdbf8e6effe"
Expand Down

0 comments on commit 9e1fb76

Please sign in to comment.