Skip to content

Commit

Permalink
OpenUI5 Documentation Update 07.12.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Dec 7, 2024
1 parent 1505fad commit 7063316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Step_27_Unit_Test_with_QUnit_e1ce1de.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ Additionally, the `sap_horizon` theme is configured in the `ui5` section, where
The test suite serves as the entry point for all tests within our project such as the previously created `unit/unitTests` \(The `.qunit.js` extension is omitted and will be added automatically during runtime\). The previously created generic `Test.qunit.html` file is referenced as the test `page` and configured with query parameters so that individual tests can be run. The placeholders `{suite}` and `{name}` are replaced with the suite and test names respectively. For more information, see [Concept and Basic Setup](Concept_and_Basic_Setup_22f50c0.md).

```js

sap.ui.define(() => {
"use strict";
return {
Expand Down

0 comments on commit 7063316

Please sign in to comment.