fix(core): update

This commit is contained in:
2023-08-15 11:32:46 +02:00
parent 039a4ded96
commit 00e4d35c55
16 changed files with 6055 additions and 4995 deletions

View File

@ -1,9 +1,11 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartunique from '../ts/index';
import { expect, tap } from '@push.rocks/tapbundle';
import * as smartunique from '../ts/index.js';
tap.test('should create shortid', async () => {
const result = smartunique.shortId();
console.log(result);
const result2 = smartunique.shortId(8);
console.log(result2);
});
tap.test('should create uuidv4', async () => {