Commit 0a11fb6
Fix all test failures by adding missing options parameter to driver calls
Fixed the plugin.ts kernel overrides to pass the optional third parameter to driver methods:
- driver.create(objectName, data, {})
- driver.update(objectName, id, data, {})
- driver.delete(objectName, id, {})
This matches the Driver interface signature and fixes the 3 remaining test failures.
All 21 tests now passing ✅
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>1 parent cbbd4ec commit 0a11fb6
2 files changed
Lines changed: 3 additions & 4 deletions
File tree
- examples/showcase/project-tracker/__tests__
- packages/foundation/core/src
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments