fix(core): Upgraded dependencies and fixed test export issue

This commit is contained in:
2025-01-14 03:27:51 +01:00
parent 14b7db7049
commit 213e71a450
5 changed files with 8279 additions and 3933 deletions

View File

@ -29,4 +29,4 @@ tap.test('should validity for present settings', async () => {
expect(result).toBeTrue();
});
tap.start();
export default tap.start();