Skip to content

Commit

Permalink
test: fix e2e svelte-check commands
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 20, 2024
1 parent 9b91929 commit 7519895
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"scripts": {
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"scripts": {
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/multi-export-typed-ts-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"scripts": {
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/multi-export-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"scripts": {
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/multi-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"scripts": {
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/multi-folders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"scripts": {
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/single-export-default-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "./types/index.d.ts",
"scripts": {
"sveld": "node ../../cli",
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/single-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "./types/index.d.ts",
"scripts": {
"sveld": "node ../../cli",
"svelte-check": "svelte-check --workspace test/*",
"svelte-check": "svelte-check --workspace test",
"build": "rollup -c"
},
"devDependencies": {
Expand Down

0 comments on commit 7519895

Please sign in to comment.