-
Not trying to sound snarky or unappreciative here. Purely from a place of ignorance and interest, what are the main benefits that this library would hold over an alternative like jsdom?
-
This not an issue for your project. I just wanted to pass along a comment I just posted on the jsdom github site:
...
I reported on this issue, see #290. Inspired by this post (#328), I also tried the…
ghost updated
11 years ago
-
Following this discussion https://github.com/Raynos/mercury/issues/45#issuecomment-45402901 which led to a solution with `min-document`, here is a minimal repro example with `jsdom`. The event does n…
-
Hello!
I'm having trouble building a project that imports the 'jsdom' package.
I made a repository where this error is reproduced. It looks as follows:
```
. . .
(!) Circular dependency: nod…
-
I currently have the following dependencies in packages.json file
```
"dependencies": {
"@types/bcrypt": "^3.0.0",
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
"mongodb": "^3.5.9"…
-
When I try to run tests I'm getting the following output. Of note, linting seems to work fine but as soon as the tests start up this error happens:
```
rglover @ ~/projects/themeteorchef/snippets/man…
-
### Basic info:
- **Node.js version:** 20.13.1
- **jsdom version:** 24.1.1
### Minimal reproduction case
```js
const jsdom = require("jsdom");
const { JSDOM } = jsdom;
const dom = new J…
ge-ku updated
1 month ago
-
Sorry this is kind of specific to my IDE (VSCode) but I hope many of you are using it too.
I really like the Jest VSC extension but I haven't gotten it to work w/ my ejected CRA-typescript app yet.
…
-
https://github.com/tmpvar/jsdom
This would need to mark all its objects as intrinsic automatically from inside the Prepack realm.
Constructors also need to be able to track how they were constru…
-
Hello, I'm using HappyDom instead of JSDOM and I have following issue.
when I do something like
`await screen.findByText(optionLabel);`
`observer.observe is not a function
TypeError: observer…