Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
hersentino committed Jan 9, 2024
1 parent f01e36f commit bc1a14d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/config/validation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,6 @@ describe('config/validation', () => {
const { warnings, errors } =
await configValidation.validateConfig(config);
expect(warnings).toHaveLength(0);
expect(errors).toHaveLength(1);
expect(errors).toMatchObject([
{
message:
Expand All @@ -965,7 +964,6 @@ describe('config/validation', () => {
const { warnings, errors } =
await configValidation.validateConfig(config);
expect(warnings).toHaveLength(0);
expect(errors).toHaveLength(1);
expect(errors).toMatchObject([
{
message:
Expand Down

0 comments on commit bc1a14d

Please sign in to comment.