Skip to content

Commit e4f6fdf

Browse files
committed
fix test
1 parent 1676d2a commit e4f6fdf

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

packages/angular-table/tests/injectTable.test.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,12 @@ describe('injectTable - Experimental reactivity', () => {
136136
_features: { ...stockFeatures },
137137
columns: columns,
138138
getRowId: (row) => row.id,
139-
enableExperimentalReactivity: true,
140-
enableColumnAutoReactivity: true,
141-
enableCellAutoReactivity: true,
142-
enableRowAutoReactivity: true,
143-
enableHeaderAutoReactivity: true,
139+
reactivity: {
140+
column: true,
141+
cell: true,
142+
row: true,
143+
header: true,
144+
},
144145
})),
145146
)
146147
const tablePropertyKeys = Object.keys(table)

0 commit comments

Comments
 (0)