camerakit-js icon indicating copy to clipboard operation
camerakit-js copied to clipboard

Add Test Support

Open austinkettner opened this issue 6 years ago • 0 comments

Add Tests into CameraKit Web

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.

austinkettner avatar Jan 29 '19 18:01 austinkettner