Skip to content

Commit

Permalink
docs: add note about missing types for test suite config
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Nov 7, 2024
1 parent 9a1c51c commit c3475e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions steps/27/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ The previously created `Test.qunit.html` file is referenced as the test `page` w

For more information, read [Test Starter - Concept and Basic Setup](https://sdk.openui5.org/#/topic/22f50c0f0b104bf3ba84620880793d3f).

> 📝 **Note:** <br>
> There are currently no types available for the test suite configuration. Please refer to [Test Starter - Configuration Options](https://sdk.openui5.org/topic/738ed025b36e484fa99046d0f80552fd) to see all available options.
```ts
export default {
name: "QUnit test suite for UI5 TypeScript Walkthrough",
Expand Down

0 comments on commit c3475e2

Please sign in to comment.