Skip to content

Commit 42437ec

Browse files
committed
chope
Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com>
1 parent 0466dd7 commit 42437ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/src/tests/table/table.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test.describe('table Plugin', () => {
2828
console.log('--- Current Perses Projects ---');
2929
console.log(JSON.stringify(projects, null, 2));
3030

31-
const plugins = await response1.json();
31+
const plugins = await response2.json();
3232
console.log('--- Current Perses Plugins ---');
3333
console.log(JSON.stringify(plugins, null, 2));
3434
});

table/rsbuild.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { pluginReact } from '@rsbuild/plugin-react';
1515
import { createConfigForPlugin } from '../rsbuild.shared';
1616

1717
export default createConfigForPlugin({
18-
name: 'Table',
18+
name: 'Table FROM DEVELOPMENT',
1919
rsbuildConfig: {
2020
server: { port: 3014 },
2121
plugins: [pluginReact()],

0 commit comments

Comments
 (0)