Skip to content

Commit 4ffc25b

Browse files
committed
we dont care about the version
1 parent e811f67 commit 4ffc25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/integration-tests/fixtures/telemetry/telemetry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ test("rollup bundle telemetry", async () => {
112112
"react-annotate": false,
113113
"meta-framework": "none",
114114
"application-key-set": false,
115-
"bundler-major-version": "3",
115+
"bundler-major-version": expect.any(String),
116116
bundler: "rollup",
117117
}),
118118
sdk: expect.objectContaining({

0 commit comments

Comments
 (0)