chore: add example with test cases (#1702)

PR adding TestsExample app which should include test cases for e.g. PRs.
It also removes package-lock.json since yarn is used.
This commit is contained in:
Wojciech Lewicki
2022-02-23 15:26:18 +01:00
committed by GitHub
parent 3bc3338d2a
commit 86813032c9
76 changed files with 10663 additions and 52155 deletions
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:TestsExample.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>