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: tests/unit/iggrid/grid.spec.ts
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,37 @@ export function main() {
155
155
},10);
156
156
});
157
157
}));
158
+
159
+
it('should detect and apply changes of date columns to model',injectAsync([TestComponentBuilder,AsyncTestCompleter],(tcb: TestComponentBuilder,async)=>{
it('should detect and apply changes of dates columns from model',injectAsync([TestComponentBuilder,AsyncTestCompleter],(tcb: TestComponentBuilder,async)=>{
0 commit comments