Skip to content

Commit 9dfb2bd

Browse files
committed
refactor: remove redundant app initialization in formula integration tests and delete unused kernel debug test
1 parent 2effa4a commit 9dfb2bd

2 files changed

Lines changed: 0 additions & 45 deletions

File tree

packages/foundation/core/test/formula-integration.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ describe('Formula Integration', () => {
186186
},
187187
},
188188
});
189-
190-
await app.init();
191189
});
192190

193191
it('should calculate complex financial formulas', async () => {
@@ -261,8 +259,6 @@ describe('Formula Integration', () => {
261259
},
262260
},
263261
});
264-
265-
await app.init();
266262
});
267263

268264
it('should handle formula evaluation errors gracefully', async () => {

packages/foundation/core/test/kernel-debug.test.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)