fix(build): Remove GitLab CI configuration and update dependencies in package.json

This commit is contained in:
2024-06-23 23:27:10 +02:00
parent 6e18d6e13c
commit c0e9a7f19a
9 changed files with 5408 additions and 4295 deletions

View File

@@ -47,4 +47,4 @@ tap.test('should combine units', async () => {
console.log(computedTime);
});
tap.start();
export default tap.start();