Skip to content

Commit

Permalink
test: Add DataType fixture (not covered yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Apr 16, 2024
1 parent 3c9c073 commit 8604d81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/fixtures/linter/rules/NoPseudoModules/NoPseudoModules.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sap.ui.define([
"sap/ui/core/BarColor", // TODO detect: BarColor is defined in sap/ui/core/library
"sap/m/ListSeparators" // TODO detect: ListSeparators is defined in sap/m/library
"sap/ui/core/BarColor", // BarColor is defined in sap/ui/core/library
"sap/m/ListSeparators", // ListSeparators is defined in sap/m/library
"sap/ui/core/CSSSize" // TODO detect: CSSSize is defined in sap/ui/core/library
], function() {

});

0 comments on commit 8604d81

Please sign in to comment.