fix(deps): replace dependency xmldom with @xmldom/xmldom ^0.7.5 #169
GitHub Actions / Tests annotations (π§ͺ jest-coverage-report-action)
failed
Feb 9, 2025 in 0s
Test suite run failed
Failed tests: 0/80. Failed suites: 2/5.
Details
Created failed tests' annotations. To disable them, see documentation.
β Test suite failed to run
Cannot find module 'xmldom' from '__test__/content.test.js'
1 | import api from "../api";
> 2 | import { DOMParser } from "xmldom";
| ^
3 |
4 | const route = query => {
5 | const req = {
at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
at Object.require (__test__/content.test.js:2:1)
β Test suite failed to run
Cannot find module 'xmldom' from '__test__/model.test.js'
1 | import api from "../api";
> 2 | import { DOMParser } from "xmldom";
| ^
3 |
4 | const route = query => {
5 | const req = {
at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
at Object.require (__test__/model.test.js:2:1)
Loading