mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-18 06:25:36 +00:00
fix(tests): migrate test suite from mocha to bun test runner
- Replace before()/after() with beforeAll()/afterAll() - Remove this.timeout() calls (unsupported by bun) - Update package.json scripts to use bun test - Fix error message regex for cross-runtime compatibility - Skip integration tests requiring network/child process mocking - Format source files with prettier
This commit is contained in:
committed by
kaitranntt
parent
cf577a5b40
commit
bd46c8de12
@@ -25,7 +25,7 @@ describe('SettingsParser', () => {
|
||||
setupTestDir();
|
||||
});
|
||||
|
||||
after(() => {
|
||||
afterAll(() => {
|
||||
cleanupTestDir();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user