Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: removed the redundant undefined #1057

Merged
merged 9 commits into from
Oct 16, 2024
1 change: 0 additions & 1 deletion library/src/helpers/__tests__/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,11 +905,10 @@
).toMatchSnapshot();

expect(
SchemaHelpers.applicatorSchemaName(

Check failure on line 908 in library/src/helpers/__tests__/schema.test.ts

View workflow job for this annotation

GitHub Actions / Test NodeJS PR - ubuntu-latest

Replace `⏎··········1,⏎··········FIRST_CASE,⏎··········OTHER_CASES,⏎········` with `1,·FIRST_CASE,·OTHER_CASES`
1,
FIRST_CASE,
OTHER_CASES,
undefined,
),
).toMatchSnapshot();
});
Expand Down
Loading