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

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