Hello! We'd like to add a "Run tests" button near the current "Toggle terminal", which would `npm run test` and show results *instead* of preview. How should we approach this? Especially regarding replacing the "Preview" with the `npm run test` output?
Hello!
We'd like to add a "Run tests" button near the current "Toggle terminal", which would
npm run testand show results instead of preview.How should we approach this? Especially regarding replacing the "Preview" with the
npm run testoutput?