fix(build): Remove GitLab CI configuration and update dependencies in package.json
This commit is contained in:
@ -47,4 +47,4 @@ tap.test('should combine units', async () => {
|
||||
console.log(computedTime);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
@ -57,4 +57,4 @@ tap.test('runs every full minute', async (tools) => {
|
||||
testCronManager.stop();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
@ -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();
|
||||
|
@ -23,4 +23,4 @@ tap.test('should reset a timer', async () => {
|
||||
await testTimer.completed;
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
Reference in New Issue
Block a user