Skip to content

Commit 101ffb2

Browse files
Fix file tree for local files
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent 91fb321 commit 101ffb2

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

src/content/docs/developing/testing/configuring.mdx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ The following hierarchy is used to determine the configuration for local files:
1919
Shown below is an example of a project structure with the `testing.json` file at the global and directory level:
2020

2121
<FileTree>
22-
- .vscode
23-
- testing.json **Global configuration**
24-
- qsqlsrc
25-
- employee.sql
26-
- qrpglesrc
27-
- utilsA.rpgle
28-
- utilsB.rpgle
29-
- employee.rpgle
30-
- qtestsrc
31-
- utils
32-
- testing.json **Directory level configuration**
33-
- utilsA.test.rpgle
34-
- utilsB.test.rpgle
35-
- employee.test.rpgle
22+
- my-project
23+
- .vscode
24+
- testing.json **Global configuration**
25+
- qsqlsrc
26+
- employee.sql
27+
- qrpglesrc
28+
- utilsA.rpgle
29+
- utilsB.rpgle
30+
- employee.rpgle
31+
- qtestsrc
32+
- utils
33+
- testing.json **Directory level configuration**
34+
- utilsA.test.rpgle
35+
- utilsB.test.rpgle
36+
- employee.test.rpgle
3637
</FileTree>
3738

3839
### Source Members

0 commit comments

Comments
 (0)