fix(tests): Standardize test syntax and update testing dependencies

This commit is contained in:
2025-05-12 13:42:49 +00:00
parent 283703ec78
commit 45951d2610
8 changed files with 144 additions and 43 deletions

View File

@@ -31,4 +31,4 @@ tap.test('should sort objects', async () => {
console.log(result[0].matches);
});
tap.start();
export default tap.start();