Skip to content

Commit 784cb05

Browse files
Mohit TejaniMohit Tejani
authored andcommitted
asertive code rabbit profile with a simple create dataSync endpoint implementation
1 parent 9c94118 commit 784cb05

15 files changed

Lines changed: 2576 additions & 141 deletions

File tree

.coderabbit.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
language: en-US
44

55
reviews:
6+
<<<<<<< Updated upstream
7+
=======
8+
profile: "assertive" #more feedback
9+
# Review draft PRs so we get early feedback
10+
drafts: true
11+
12+
>>>>>>> Stashed changes
613
# Enable high-level summary of changes
714
high_level_summary: false
815

@@ -94,6 +101,12 @@ path_filters:
94101
# Dependencies
95102
- "!node_modules/**"
96103

104+
<<<<<<< Updated upstream
105+
=======
106+
# Unrelated working directories (not part of the SDK source)
107+
- "!docs/**"
108+
109+
>>>>>>> Stashed changes
97110
# Lock files - too noisy, low review value
98111
- "!package-lock.json"
99112

.mocharc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"require": "tsx",
33
"file": ["test/setup-why.ts"],
4-
"spec": "test/**/*.test.ts",
4+
"spec": "test/integration/endpoints/dataSync.test.ts",
55
"exclude": [
66
"test/dist/*.{js,ts}",
77
"test/feature/*.{js,ts}",
88
"test/integration/shared-worker/*.{js,ts}"
99
],
10-
"timeout": 5000,
10+
"timeout": 5000000,
1111
"reporter": "spec"
1212
}

0 commit comments

Comments
 (0)