opensim-org / opensim-viewer

Front end of web based viewer of OpenSim models, data
Apache License 2.0
13 stars 3 forks source link

Tests working with jest locally #140

Closed AlbertoCasasOrtiz closed 10 months ago

AlbertoCasasOrtiz commented 11 months ago

Adapted to work with non-compatible libraries (ffmpeg and chartjs) by mocking them (treats them as blackboxes, so it does not have to compile them).

netlify[bot] commented 11 months ago

Deploy Preview for comforting-speculoos-d9e100 failed.

Name Link
Latest commit 96521b2d842426ca4977bc816405d0af50ff3cb2
Latest deploy log https://app.netlify.com/sites/comforting-speculoos-d9e100/deploys/65820d30219d2b0008df93d4
netlify[bot] commented 11 months ago

Deploy Preview for grand-clafoutis-85edb2 failed.

Name Link
Latest commit 96521b2d842426ca4977bc816405d0af50ff3cb2
Latest deploy log https://app.netlify.com/sites/grand-clafoutis-85edb2/deploys/65820d30e424a30008b9106b
AlbertoCasasOrtiz commented 11 months ago

This is currently working locally and all tests are passing. The current error in CI is because of Amplify authentification.

AlbertoCasasOrtiz commented 10 months ago

Closing this issue as the problem now is with AWS and I just created #144 for that