Skip to content

Commit a0d16cd

Browse files
committed
chore: update
1 parent a3675a4 commit a0d16cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/react-component-bundle-false/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const Counter: React.FC = () => {
88

99
return (
1010
<div>
11+
<h1 className="counter-title">React</h1>
1112
<h2 className="counter-text">Counter: {count}</h2>
1213
<CounterButton onClick={decrement} label="-" />
1314
<CounterButton onClick={increment} label="+" />

tests/e2e/react-component/index.pw.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ test('should render example "react-component-bundle-false" successfully', async
7272
await assetShouldWork(page);
7373
await rsbuild.close();
7474
});
75+
7576
test('should render example "react-component-umd" successfully', async ({
7677
page,
7778
}) => {

0 commit comments

Comments
 (0)