We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151b903 commit 43dff48Copy full SHA for 43dff48
.gitignore
@@ -12,5 +12,6 @@ examples/**/node_modules/
12
examples/**/node_harness_tests/
13
14
examples/**/go_build/
15
+examples/**/python_build/
16
17
.venv
examples/example_hello_world_react/config.yaml
@@ -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