Skip to content

Commit 43dff48

Browse files
committed
Add config.yaml for example_hello_world_react
1 parent 151b903 commit 43dff48

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ examples/**/node_modules/
1212
examples/**/node_harness_tests/
1313

1414
examples/**/go_build/
15+
examples/**/python_build/
1516

1617
.venv
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
unittests-script: ../../test_scripts/run_unittests_react.sh
2+
conformance-tests-script: ../../test_scripts/run_conformance_tests_cypress.sh
3+
verbose: true # verbose flag, defaults to false if not set
4+

0 commit comments

Comments
 (0)