fix(ci): Remove .gitlab-ci.yml and update dependencies and metadata

This commit is contained in:
2024-06-23 23:46:42 +02:00
parent b8e7063bab
commit 8c18dcd0e6
9 changed files with 5511 additions and 3379 deletions

View File

@ -1,4 +1,4 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as smartpromise from '../ts/index.js';
tap.test('should return a Deferred for .defer()', async () => {
@ -24,4 +24,4 @@ tap.test('should map callbacks', async () => {
expect(result).toEqual(inputArray);
});
tap.start();
export default tap.start();

View File

@ -47,7 +47,7 @@ smartpromise
console.log(err);
});
import { tap, expect } from '@pushrocks/tapbundle';
import { tap, expect } from '@push.rocks/tapbundle';
tap.test('runs through', async () => {});
tap.start();
export default tap.start();