Skip to content
Merged
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
test(tanstack): Prefix test labels
  • Loading branch information
JPeer264 committed Apr 28, 2026
commit 6e45c1d06f69316ef9900a97060c27befc5bceaa
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@
"sentryTest": {
"variants": [
{
"label": "tunnel-generated",
"label": "tanstackstart-react (tunnel-generated)",
"build-command": "pnpm test:build:tunnel-generated",
"assert-command": "pnpm test:assert:tunnel-generated"
},
{
"label": "tunnel-static",
"label": "tanstackstart-react (tunnel-static)",
"build-command": "pnpm test:build:tunnel-static",
"assert-command": "pnpm test:assert:tunnel-static"
},
{
"label": "tunnel-custom",
"label": "tanstackstart-react (tunnel-custom)",
"build-command": "pnpm test:build:tunnel-custom",
"assert-command": "pnpm test:assert:tunnel-custom"
},
{
"label": "tunnel-object",
"label": "tanstackstart-react (tunnel-object)",
"build-command": "pnpm test:build:tunnel-object",
"assert-command": "pnpm test:assert:tunnel-object"
}
Expand Down
Loading