Create a new folder called test and set up the testing boilerplate. Write a few test examples -- these can just be empty and the tests can pass immediately.
Try to integrate these with GitHub actions:
- Create an
npm run test command in package.json
- Modify the "beforeBuild" command in
/src-tauri/tauri.conf.json