diff --git a/test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.html b/test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.html
new file mode 100644
index 000000000..1da383824
--- /dev/null
+++ b/test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.html
@@ -0,0 +1,16 @@
+
+
+
+
+ QUnit test suite for Todo App
+
+
+
+
+
diff --git a/test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.js b/test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.js
new file mode 100644
index 000000000..b52aea177
--- /dev/null
+++ b/test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.js
@@ -0,0 +1,21 @@
+sap.ui.define(function () {
+ "use strict";
+ return {
+ name: "QUnit test suite for sap.f",
+ defaults: {
+ page: "ui5://test-resources/sap/f/Test.qunit.html?testsuite={suite}&test={name}",
+ qunit: {
+ version: 2
+ },
+ sinon: {
+ version: 4
+ },
+ ui5: {
+ language: "EN",
+ theme: "sap_horizon"
+ }
+ },
+ tests: {
+ }
+ };
+});
diff --git a/test/lib/linter/snapshots/linter.ts.md b/test/lib/linter/snapshots/linter.ts.md
index 5706a637a..2738ab7a1 100644
--- a/test/lib/linter/snapshots/linter.ts.md
+++ b/test/lib/linter/snapshots/linter.ts.md
@@ -2289,6 +2289,14 @@ Generated by [AVA](https://avajs.dev).
],
warningCount: 0,
},
+ {
+ coverageInfo: [],
+ errorCount: 0,
+ fatalErrorCount: 0,
+ filePath: 'test/sap/f/testsuite.qunit.js',
+ messages: [],
+ warningCount: 0,
+ },
]
## lint: All files of mocked minimal sap.ui.core library
diff --git a/test/lib/linter/snapshots/linter.ts.snap b/test/lib/linter/snapshots/linter.ts.snap
index 8297428b4..119160eed 100644
Binary files a/test/lib/linter/snapshots/linter.ts.snap and b/test/lib/linter/snapshots/linter.ts.snap differ