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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,7 @@ Adding a new security check for your feature is easy and fast:
202
202
```
203
203
export { default as CheckGroupNewCategory } from './CheckGroupNewCategory';
204
204
```
205
+
4. Add a test that covers the newcheck to [SecurityCheckGroups.js](https://github.com/parse-community/parse-server/blob/master/spec/SecurityCheckGroups.js) for the cases of success and failure.
205
206
206
207
#### Wording Guideline
207
208
Consider the following when adding a newsecurity check:
0 commit comments