You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generate test
$ copilot test ./server.js
# Generate test with prompt
$ copilot test ./server.js -p "use jest framework"# Generate test with prompt and output
$ copilot test ./server.js -p "use jest framework" -o ./server.test.js