Closed nickzelei closed 2 weeks ago
We currently only need to test the frontend/apps/web folder.
frontend/apps/web
We have a script in there so we can run npm run test which triggers jest.
npm run test
We should add a section to our frontend github actions that triggers a test run.
From SyncLinear.com | NEOS-1362
@nickzelei tried to add it https://github.com/nucleuscloud/neosync/pull/2800
We currently only need to test the
frontend/apps/web
folder.We have a script in there so we can run
npm run test
which triggers jest.We should add a section to our frontend github actions that triggers a test run.
From SyncLinear.com | NEOS-1362