Skip to content

Commit 2281993

Browse files
authored
Fix formatting of instructions in core-unit-test prompt (#8317)
1 parent 649d022 commit 2281993

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.continue/prompts/core-unit-test.prompt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ IMPORTANT: Do NOT mock the fixtures above other than using `jest.spyOn`. DO mock
3535
Instead, generate actual mock files and data for operations
3636
Pure mocks should only be used to emulate specific network responses/error or hard-to-duplicate errors, or to prevent long-duration tests
3737

38-
Additional types can be imported from @core/index.d.ts
39-
If any needed types, functions, constants, or classes are still not found, warn the user and do not generate tests.
38+
Additional types can be imported from @core/index.d.ts. If any needed types, functions, constants, or classes are still not found, warn the user and do not generate tests.
4039

41-
Write the comment "// Generated by continue" at the top of the generated code/file (not the filepath)
40+
Write the comment "// Generated by continue" at the top of the generated code/file (not the filepath)

0 commit comments

Comments
 (0)