add jest-dom dependency

Signed-off-by: Kurt King <kurt.king@procore.com>
Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2022-12-08 09:13:35 -06:00
committed by Kurt King
parent a27839e33d
commit 0c50ef4401
2 changed files with 3 additions and 3 deletions
@@ -28,7 +28,8 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "{{versionQuery '@backstage/cli'}}"
"@backstage/cli": "{{versionQuery '@backstage/cli'}}",
"@testing-library/jest-dom": "{{versionQuery '@testing-library/jest-dom' '5.10.1'}}",
},
"files": [
"dist"
@@ -14,5 +14,4 @@
* limitations under the License.
*/
// remove this line and add imports as required for your package
export {}
import '@testing-library/jest-dom';