Skip to content

Commit

Permalink
Merge dd42786 into 23c38ad
Browse files Browse the repository at this point in the history
  • Loading branch information
mbland committed Jan 9, 2024
2 parents 23c38ad + dd42786 commit 1120da2
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,7 +4,7 @@
TESTS-*.xml
build/
coverage/
coverage-*/
coverage-*
dist/
jsdoc/
node_modules/
Expand Down
9 changes: 5 additions & 4 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "test-page-opener",
"version": "1.0.5",
"version": "1.0.6",
"description": "Enables an application's tests to open its own page URLs both in the browser and in Node.js using jsdom",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"lint": "eslint --color --max-warnings 0 .",
"test": "vitest",
"test:ci": "pnpm lint && pnpm typecheck && pnpm test:ci:jsdom && pnpm test:ci:browser",
"test:ci": "pnpm lint && pnpm typecheck && pnpm jsdoc && pnpm test:ci:jsdom && pnpm test:ci:browser",
"test:ci:jsdom": "vitest run -c ci/vitest.config.js",
"test:ci:browser": "vitest run -c ci/vitest.config.browser.js",
"jsdoc": "jsdoc-cli-wrapper -c jsdoc.json .",
Expand Down Expand Up @@ -45,9 +45,10 @@
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-vitest": "^0.3.20",
"jsdoc-cli-wrapper": "^1.0.4",
"jsdoc": "^4.0.2",
"jsdoc-cli-wrapper": "^1.0.5",
"jsdoc-plugin-intersection": "^1.0.4",
"jsdom": "^23.1.0",
"jsdom": "^23.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.1.3",
Expand Down

0 comments on commit 1120da2

Please sign in to comment.