Skip to content

Commit f35d1f5

Browse files
Create config.yaml
1 parent 8639d00 commit f35d1f5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

custom/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FEATURE_1:
2+
FEATURE_2:
3+
__resources:
4+
- foobar
5+
__base: doSomething();
6+
__test: return doTheTest();
7+
FEATURE_3: return doTheOtherTest();
8+
FEATURE_4:
9+
__base: doSomethingElse();
10+
__test: return doTheOtherOtherTest();
11+
__additional:
12+
FEATURE_3.OPTIONS_PARAMETER: "return doTheOtherTest({hello: 'world'});"

0 commit comments

Comments
 (0)