Separate unit-test data from integ-test samples

- Upgraded `samples/basic` to use latest Gradle version.
This commit is contained in:
Daz DeBoer 2021-07-05 14:33:02 -06:00
parent 643092d2fc
commit 26b92e3f5c
22 changed files with 340 additions and 8 deletions

5
__tests__/samples/basic/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build