Skip to content

Commit 0f92937

Browse files
committed
test: pause tree-shaking suite
1 parent e2ee978 commit 0f92937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/src/treeshaking.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type BundleOutput = {
7878
>;
7979
};
8080

81-
describe('tree-shaking', () => {
81+
describe.skip('tree-shaking', () => {
8282
beforeAll(async () => {
8383
for (const target of runtimeBuildTargets) {
8484
execFileSync('pnpm', target.args, {

0 commit comments

Comments
 (0)