Skip to content

Commit

Permalink
test: Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Jul 29, 2024
1 parent 6d9f896 commit e64b03a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions test/lib/linter/snapshots/linter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,29 +854,47 @@ Generated by [AVA](https://avajs.dev).
{
column: 4,
fatal: undefined,
line: 12,
line: 16,
message: 'Empty library name',
messageDetails: 'Library definition is provided, but a library name is missing',
ruleId: 'ui5-linter-empty-library-name',
severity: 1,
},
{
column: 4,
fatal: undefined,
line: 19,
message: 'Empty library name',
messageDetails: 'Library definition is provided, but a library name is missing',
ruleId: 'ui5-linter-empty-library-name',
severity: 1,
},
{
column: 4,
fatal: undefined,
line: 25,
message: 'Use of deprecated library \'sap.ca.scfld.md\'',
ruleId: 'ui5-linter-no-deprecated-api',
severity: 2,
},
{
column: 4,
fatal: undefined,
line: 15,
line: 28,
message: 'Use of deprecated library \'sap.ca.scfld.md\'',
ruleId: 'ui5-linter-no-deprecated-api',
severity: 2,
},
{
column: 4,
fatal: undefined,
line: 18,
line: 31,
message: 'Use of deprecated library \'sap.ca.ui\'',
ruleId: 'ui5-linter-no-deprecated-api',
severity: 2,
},
],
warningCount: 0,
warningCount: 2,
},
{
coverageInfo: [],
Expand Down
Binary file modified test/lib/linter/snapshots/linter.ts.snap
Binary file not shown.

0 comments on commit e64b03a

Please sign in to comment.