Skip to content

Commit 0406675

Browse files
committed
update
1 parent 375fef5 commit 0406675

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ jobs:
142142
- name: Execute 'npm ci' in monorepo
143143
run: npm ci
144144

145+
- name: Install source
146+
run: npm ci --prefix source
147+
145148
- name: Install examples
146149
run: npm ci --prefix examples
147150

examples/src/pages/tests/table/props/data/editing/shouldAcceptEdit.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export default test.describe.parallel('Inline Edit - shouldAcceptEdit', () => {
131131
};
132132

133133
let text = await rowModel.getTextForCell(cellEditable1);
134-
135134
expect(text).toBe('frontend');
136135

137136
await editModel.startEdit({

0 commit comments

Comments
 (0)