Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Apr 18, 2024
1 parent e83f797 commit ac48438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 48 deletions.
50 changes: 2 additions & 48 deletions test/lib/linter/snapshots/linter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,27 +288,8 @@ Generated by [AVA](https://avajs.dev).
errorCount: 0,
fatalErrorCount: 0,
filePath: 'webapp/Component.js',
messages: [
{
column: 9,
fatal: undefined,
line: 4,
message: 'Remove the async flag for "sap.ui5/rootView" from the manifest',
messageDetails: 'https://sapui5.hana.ondemand.com/#/api/sap.ui.core.IAsyncContentCreation',
ruleId: 'ui5-linter-no-sync-loading',
severity: 1,
},
{
column: 9,
fatal: undefined,
line: 4,
message: 'Remove the async flag for "sap.ui5/routing/config" from the manifest',
messageDetails: 'https://sapui5.hana.ondemand.com/#/api/sap.ui.core.IAsyncContentCreation',
ruleId: 'ui5-linter-no-sync-loading',
severity: 1,
},
],
warningCount: 2,
messages: [],
warningCount: 0,
},
{
coverageInfo: [
Expand Down Expand Up @@ -790,33 +771,6 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1
[
{
coverageInfo: [],
errorCount: 0,
fatalErrorCount: 0,
filePath: 'webapp/Component.js',
messages: [
{
column: 9,
fatal: undefined,
line: 4,
message: 'Remove the async flag for "sap.ui5/rootView" from the manifest',
messageDetails: 'https://sapui5.hana.ondemand.com/#/api/sap.ui.core.IAsyncContentCreation',
ruleId: 'ui5-linter-no-sync-loading',
severity: 1,
},
{
column: 9,
fatal: undefined,
line: 4,
message: 'Remove the async flag for "sap.ui5/routing/config" from the manifest',
messageDetails: 'https://sapui5.hana.ondemand.com/#/api/sap.ui.core.IAsyncContentCreation',
ruleId: 'ui5-linter-no-sync-loading',
severity: 1,
},
],
warningCount: 2,
},
{
coverageInfo: [],
errorCount: 2,
Expand Down
Binary file modified test/lib/linter/snapshots/linter.ts.snap
Binary file not shown.

0 comments on commit ac48438

Please sign in to comment.