Skip to content

Commit

Permalink
test: Add explanation to skipped files
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Oct 23, 2024
1 parent 737efac commit f502529
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/linter/rules/Render/_Renderer_2.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file would be skipped from direct testing.
// It would be tested via its Control
sap.ui.define([], function () {
var myControlRenderer = {
apiVersion: 1,
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/linter/rules/Render/_Renderer_5.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file would be skipped from direct testing.
// It would be tested via its Control
sap.ui.define([], function () {
return function (oRm, oMyControl) {};
});
2 changes: 2 additions & 0 deletions test/fixtures/linter/rules/Render/_Renderer_7.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file would be skipped from direct testing.
// It would be tested via its Control
sap.ui.define([], function () {
var myControlRenderer = {
apiVersion: 2,
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/linter/rules/Render/_Renderer_8.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file would be skipped from direct testing.
// It would be tested via its Control
sap.ui.define([], function () {
var myControlRenderer = {
apiVersion: 2,
Expand Down

0 comments on commit f502529

Please sign in to comment.