fix(core): update

This commit is contained in:
2023-07-27 13:45:48 +02:00
parent 26d4753ddf
commit c64de19815
11 changed files with 751 additions and 14979 deletions

View File

@ -1,7 +1,7 @@
import { tap, expect } from '@pushrocks/tapbundle';
import { tap, expect } from '@push.rocks/tapbundle';
import * as smartgit from '../ts/index.js';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpath from '@push.rocks/smartpath';
const __dirname = smartpath.get.dirnameFromImportMetaUrl(import.meta.url);
import * as path from 'path';
@ -21,7 +21,7 @@ tap.test('should create a new repo at .nogit', async () => {
tap.test('should clone a repo', async () => {
const gitRepo = await testSmartgitInstance.createRepoByClone(
'https://gitlab.com/pushrocks/smartfile.git',
'https://gitlab.com/push.rocks/smartfile.git',
testRepoDirSmartfile
);
});