Skip to content

Commit 7da9e84

Browse files
committed
Justert copilot instruksjonene
1 parent 0b1c7f4 commit 7da9e84

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/copilot-instructions.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Instructions for sf-platform
22

3-
This is a repo for multiple unlocked Salesforce packages.
3+
This is a monorepo for multiple unlocked Salesforce packages.
44

5-
The code is written in apex and lightning web components
5+
The code inside the src folder is written in apex and lightning web components
66

7-
Do not use SFDX commands only SF commands, sfdx is deprecated.
7+
Do not use SFDX CLI commands only SF CLI commands, SFDX CLI is deprecated.
88

9-
Prettier is used for styling and the settings are described in .prettierrc
9+
Prettier is used for styling and our prettier settings are described in .prettierrc
1010

1111
Code can be found in the src and src-temp folders
1212

1313
When writing test always include System.Test.startTest(); and System.Test.stopTest();. First we prepare the data. The actual test should be placed in side start and stop test. Then we confirm the test results with asserts.
1414

15+
We use github actions and out action and workflow files can be found in .github
16+
1517
Tests are defined by the @IsTest annotation.
1618

1719
When writing tests, the class we're testing often has the same filename as the test class except "Test"

0 commit comments

Comments
 (0)