Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: capricorn86/happy-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.4.0
Choose a base ref
...
head repository: capricorn86/happy-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 15, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bef7c2c View commit details

Commits on Feb 16, 2023

  1. Merge pull request #754 from btea/task/0-update-ts-jest-config

    #0@trivial: Update ts-jest config remove warn.
    capricorn86 authored Feb 16, 2023
    Copy the full SHA
    ce30931 View commit details
Showing with 6 additions and 11 deletions.
  1. +6 −11 packages/happy-dom/package.json
17 changes: 6 additions & 11 deletions packages/happy-dom/package.json
Original file line number Diff line number Diff line change
@@ -34,25 +34,20 @@
},
"jest": {
"transform": {
"^.+\\.ts?$": "ts-jest"
"^.+\\.ts?$": ["ts-jest", { "tsconfig": "./test/tsconfig.json" }]
},
"testMatch": [
"**/test/**/*.test.ts"
],
"globals": {
"ts-jest": {
"tsconfig": "./test/tsconfig.json"
}
},
"testEnvironment": "node"
},
"dependencies": {
"css.escape": "^1.5.1",
"he": "^1.2.0",
"node-fetch": "^2.x.x",
"whatwg-encoding": "^2.0.0",
"whatwg-mimetype": "^3.0.0",
"webidl-conversions": "^7.0.0",
"css.escape": "^1.5.1"
"whatwg-encoding": "^2.0.0",
"whatwg-mimetype": "^3.0.0"
},
"devDependencies": {
"@types/he": "^1.1.2",
@@ -63,16 +58,16 @@
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-jsdoc": "^38.0.6",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-turbo": "^0.0.7",
"jest": "^29.4.0",
"ts-jest": "^29.0.5",
"prettier": "^2.6.0",
"ts-jest": "^29.0.5",
"typescript": "^4.6.2"
}
}