fix(core): update
This commit is contained in:
15
test/test.aidocs.ts
Normal file
15
test/test.aidocs.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { tap, expect } from '@push.rocks/tapbundle';
|
||||
|
||||
import * as tsdocs from '../ts/index.js';
|
||||
|
||||
let aidocs: tsdocs.AiDocs;
|
||||
|
||||
tap.test('should create an AIdocs class', async () => {
|
||||
aidocs = new tsdocs.AiDocs();
|
||||
expect(aidocs).toBeInstanceOf(tsdocs.AiDocs);
|
||||
});
|
||||
|
||||
tap.test('should start AIdocs', async () => {})
|
||||
|
||||
|
||||
tap.start();
|
@ -1,4 +1,4 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import { expect, tap } from '@push.rocks/tapbundle';
|
||||
import * as tsdoc from '../ts/index.js';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
|
Reference in New Issue
Block a user