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();

View File

@ -57,4 +57,4 @@ tap.test('runs every full minute', async (tools) => {
testCronManager.stop();
});
tap.start();
export default tap.start();

View File

@ -31,4 +31,4 @@ tap.test('should format a date', async () => {
console.log(extendedDate.format('YYYY-MM-DD - hh:mm'));
});
tap.start();
export default tap.start();

View File

@ -23,4 +23,4 @@ tap.test('should reset a timer', async () => {
await testTimer.completed;
});
tap.start();
export default tap.start();