Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <[email protected]>
  • Loading branch information
chahatsagarmain committed Jan 31, 2025
1 parent 37a7b4e commit 42937f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/GettingStarted.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe(`${PATH_FRONTEND_CONFIG}`, () => {
it(`should be in sync with ${PATH_BACKEND_CONFIG}, if not please run "npm run sync-backend-sample-config" to update.`, () => {
const configBackend = require(PATH_BACKEND_CONFIG);
const configFrontend = require(PATH_FRONTEND_CONFIG);
expect(configFrontend).toEqual(configBackend.map((sample: any) => sample.name));
expect(configFrontend).toEqual(configBackend.pipelines.map((sample: any) => sample.name));
});
});

Expand Down

0 comments on commit 42937f1

Please sign in to comment.