Skip to content

Commit

Permalink
Remove testdouble as it is not compatible with browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 3, 2021
1 parent 43526de commit 442c6a9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@
"release-it": "^14.8.0",
"release-it-lerna-changelog": "^3.1.0",
"tailwindcss": "^2.2.7",
"testdouble": "^3.16.1",
"testdouble-qunit": "^3.0.0",
"typescript": "^4.4.3"
},
"resolutions": {
Expand Down
6 changes: 0 additions & 6 deletions tests/assertions/testdouble.js

This file was deleted.

1 change: 0 additions & 1 deletion tests/test-helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import './assertions/dom';
import './assertions/testdouble';
import './assertions/wait-for';

import { setApplication } from '@ember/test-helpers';
Expand Down
15 changes: 0 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13289,21 +13289,6 @@ terser@^5.3.0:
source-map "~0.7.2"
source-map-support "~0.5.19"

testdouble-qunit@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/testdouble-qunit/-/testdouble-qunit-3.0.0.tgz#142e7fe32cbd3d3f442cd8539f236dea63db2fa8"
integrity sha512-zd2IKz5eELq4bZPDG0HYE6JTALGibUvrOy9OD05JiiE+4/UEFBDDG7P0tWjJfP5rk2Vm+gK9Do02a/xtvWe+jA==

testdouble@^3.16.1:
version "3.16.2"
resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.16.2.tgz#7ce45d46423fe6cd07926e2371b96ad9e09c1a5b"
integrity sha512-oPVoKBXrkP/SaTsF2W7Tpe77whd/jRKbeAVZok1lQKkZ2lFjjFrulpxuHOVF84tMr8PrN8GUUr24Nto/9vs1Lw==
dependencies:
lodash "^4.17.15"
quibble "^0.6.4"
stringify-object-es5 "^2.5.0"
theredoc "^1.0.0"

testem@^3.2.0:
version "3.4.2"
resolved "https://registry.yarnpkg.com/testem/-/testem-3.4.2.tgz#0ee3ca4025a9085d47230b0c797c815882d4029e"
Expand Down

0 comments on commit 442c6a9

Please sign in to comment.