Skip to content

Commit

Permalink
Merge pull request #74 from lifeart/qunit-dom-3-update
Browse files Browse the repository at this point in the history
update to qunit-dom
  • Loading branch information
lifeart authored Dec 8, 2023
2 parents 7d9a2f1 + 0195cc2 commit 41a3d92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"postcss": "^8.4.21",
"postinstall-postinstall": "^2.1.0",
"qunit": "^2.19.3",
"qunit-dom": "^2.0.0",
"qunit-dom": "^3.0.0",
"route-recognizer": "^0.3.4",
"router_js": "^8.0.3",
"tailwindcss": "^3.2.4",
Expand Down
4 changes: 0 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ export default defineConfig(({ mode }) => {
replacement: '@ember/test-waiters/addon/@ember/test-waiters',
},
{ find: 'ember-qunit', replacement: 'ember-qunit/addon-test-support' },
{
find: 'qunit-dom',
replacement: 'qunit-dom/dist/addon-test-support/index.js',
},
{
find: '@glimmer/tracking/primitives/cache',
replacement: nodePath(
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10229,15 +10229,10 @@ quick-temp@^0.1.3, quick-temp@^0.1.5, quick-temp@^0.1.8:
rimraf "^2.5.4"
underscore.string "~3.3.4"

qunit-dom@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-2.0.0.tgz#c4d7f7676dbb57f54151b72f8366d862134cd1c0"
integrity sha512-mElzLN99wYPOGekahqRA+mq7NcThXY9c+/tDkgJmT7W5LeZAFNyITr2rFKNnCbWLIhuLdFw88kCBMrJSfyBYpA==
dependencies:
broccoli-funnel "^3.0.3"
broccoli-merge-trees "^4.2.0"
ember-cli-babel "^7.23.0"
ember-cli-version-checker "^5.1.1"
qunit-dom@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-3.0.0.tgz#326e83e4ce8d492bdff91a8cb4d5b54a20917fcc"
integrity sha512-rqGZ9ZgOvtOY+Ph2ElCJ4pRIHouMZmI3DWK35Xr3x3c17/gIwOHHyKAQk6XetqhqepS6p+oXvK6Bx1uZu5jJuw==

qunit@^2.19.3:
version "2.19.3"
Expand Down

0 comments on commit 41a3d92

Please sign in to comment.