You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project needs to be able to tested on every commit to ensure some base level functionality
Project yarn install runs without error (warnings are ok)
Project can be built without error yarn build
Compiled code folder + minified single source file are importable (sample project) and functional without error for it's base usage. More advanced feature testing like capture tests/etc aren't covered here.
The text was updated successfully, but these errors were encountered:
Add Tests into CameraKit Web
The project needs to be able to tested on every commit to ensure some base level functionality
yarn install
runs without error (warnings are ok)yarn build
The text was updated successfully, but these errors were encountered: