Skip to content

Commit

Permalink
fix tests and release version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Aug 26, 2024
1 parent eaf6985 commit 67909dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default test.describe.parallel('DataSource', () => {
id: persons[0].id,
indexInAll: 0,
rowSelected: false,
rowDisabled: false,
isGroupRow: false,
selfLoaded: true,
dataSourceHasGrouping: false,
Expand All @@ -29,6 +30,7 @@ export default test.describe.parallel('DataSource', () => {
id: persons[1].id,
indexInAll: 1,
rowSelected: false,
rowDisabled: false,
isGroupRow: false,
selfLoaded: true,
dataSourceHasGrouping: false,
Expand All @@ -54,6 +56,7 @@ export default test.describe.parallel('DataSource', () => {
dataSourceHasGrouping: false,
indexInAll: 0,
rowSelected: false,
rowDisabled: false,
// indexInGroup: 0,
isGroupRow: false,
selfLoaded: true,
Expand All @@ -63,6 +66,7 @@ export default test.describe.parallel('DataSource', () => {
data: persons[1],
indexInAll: 1,
rowSelected: false,
rowDisabled: false,
// indexInGroup: 1,
id: persons[1].id,
isGroupRow: false,
Expand Down

0 comments on commit 67909dd

Please sign in to comment.