Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/browser-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --test --test-force-exit test/**/*.test.js",
"test:watch": "node --test --test-force-exit --watch test/**/*.test.js"
"test:node": "node --test --test-force-exit \"test/**/*.test.js\"",
"test:watch": "node --test --test-force-exit --watch \"test/**/*.test.js\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"build": "tsc",
"start:demo:jsx": "es-dev-server --config demo/jsx/server.config.js",
"start:demo:ts": "es-dev-server --config demo/ts/server.config.js",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server-hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"build": "tsc",
"start:lit-html": "wds --config demo/lit-html/server.config.mjs",
"start:vanilla": "wds --config demo/vanilla/server.config.mjs",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server-import-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"scripts": {
"build": "tsc",
"test:browser": "node ../test-runner/dist/bin.js test-browser/test/**/*.test.{js,html} --config test-browser/web-test-runner.config.mjs",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"node": ">=22.0.0"
},
"scripts": {
"test:node": "node --experimental-strip-types --test --test-force-exit 'test/node/**/*.test.ts'",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch 'test/node/**/*.test.ts'"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/node/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/node/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"start:plugin-serve": "node dist/bin.js --config demo/plugin-serve/config.mjs --open",
"start:static": "node dist/bin.js --config demo/static/config.mjs --open demo/static/",
"start:syntax": "node dist/bin.js --config demo/syntax/config.mjs --open demo/syntax/",
"test:node": "node --test --test-force-exit test/**/*.test.mjs",
"test:watch": "node --test --test-force-exit --watch test/**/*.test.mjs"
"test:node": "node --test --test-force-exit \"test/**/*.test.mjs\"",
"test:watch": "node --test --test-force-exit --watch \"test/**/*.test.mjs\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --test --test-force-exit test/**/*.test.js",
"test:watch": "node --test --test-force-exit --watch test/**/*.test.js"
"test:node": "node --test --test-force-exit \"test/**/*.test.js\"",
"test:watch": "node --test --test-force-exit --watch \"test/**/*.test.js\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/polyfills-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"node": ">=22.0.0"
},
"scripts": {
"test:node": "node --test --test-force-exit test/**/*.test.js",
"test:watch": "node --test --test-force-exit --watch test/**/*.test.js"
"test:node": "node --test --test-force-exit \"test/**/*.test.js\"",
"test:watch": "node --test --test-force-exit --watch \"test/**/*.test.js\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"demo:mpa": "rm -rf demo/dist && rollup -c demo/mpa/rollup.config.js --watch & npm run serve-demo",
"demo:spa": "rm -rf demo/dist && rollup -c demo/spa/rollup.config.js --watch & npm run serve-demo",
"serve-demo": "node ../dev-server/dist/bin.js --watch --root-dir demo/dist --app-index index.html --compatibility none --open",
"test:node": "node --experimental-strip-types --test --test-force-exit 'test/**/*.test.ts'",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch 'test/**/*.test.ts'"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-import-meta-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"scripts": {
"test": "npm run test:node",
"test:node": "node --test --test-force-exit test/**/*.test.js",
"test:watch": "node --test --test-force-exit --watch test/**/*.test.js"
"test:node": "node --test --test-force-exit \"test/**/*.test.js\"",
"test:watch": "node --test --test-force-exit --watch \"test/**/*.test.js\""
},
"files": [
"*.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-polyfills-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"node": ">=22.0.0"
},
"scripts": {
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"scripts": {
"build": "tsc",
"build:production": "rimraf dist && rollup -c ./rollup.config.mjs",
"test:node": "node --test --test-force-exit test/**/*.test.js",
"test:watch": "node --test --test-force-exit --watch test/**/*.test.js"
"test:node": "node --test --test-force-exit \"test/**/*.test.js\"",
"test:watch": "node --test --test-force-exit --watch \"test/**/*.test.js\""
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-module-mocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-visual-regression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"scripts": {
"build": "tsc",
"test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
"test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
"test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
},
"files": [
"*.d.ts",
Expand Down
Loading