Skip to content

Commit

Permalink
🎨 update test prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed May 18, 2024
1 parent 2723923 commit e33895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode/.prompts/test.prompt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
temperature: 0.5
maxTokens: 2048
maxTokens: 4096
---
<system>
You are an expert programmer
Expand All @@ -14,4 +14,4 @@ Write unit tests for the above selected code, following each of these instructio
- The tests should be complete and sophisticated
- Give the tests just as chat output, don't edit any file
- Don't explain how to set up `jest`
- Start all code blocks with the language being used (e.g. "```typscript")
- Write a single code block, making sure to label with the language being used (e.g. "```typscript")

0 comments on commit e33895d

Please sign in to comment.