Skip to content

Commit

Permalink
Merge pull request #89 from mizdra/fix-skipped-browser-test
Browse files Browse the repository at this point in the history
Run skipped browser tests
  • Loading branch information
mizdra authored Sep 15, 2024
2 parents 83066a8 + 2a17b8d commit 7178466
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion e2e/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"node": ">=18.0.0"
},
"dependencies": {
"@mizdra/graphql-codegen-typescript-fabbrica": ".."
"@mizdra/graphql-codegen-typescript-fabbrica": "../.."
}
}
2 changes: 1 addition & 1 deletion e2e/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"node": ">=18.0.0"
},
"dependencies": {
"@mizdra/graphql-codegen-typescript-fabbrica": ".."
"@mizdra/graphql-codegen-typescript-fabbrica": "../.."
}
}
2 changes: 1 addition & 1 deletion e2e/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"node": ">=18.0.0"
},
"dependencies": {
"@mizdra/graphql-codegen-typescript-fabbrica": ".."
"@mizdra/graphql-codegen-typescript-fabbrica": "../.."
}
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"e2e": "run-s -c e2e:*",
"e2e:esm": "npm -w e2e/esm run start",
"e2e:cjs": "npm -w e2e/cjs run start",
"e2e:browser": "npm -w e2e/browser run start",
"e2e:composite": "npm --prefix e2e/composite run start"
},
"prettier": "@mizdra/prettier-config-mizdra",
Expand Down

0 comments on commit 7178466

Please sign in to comment.