This commit is contained in:
Juergen Kunz
2025-07-08 15:30:13 +00:00
parent c344e47ae6
commit df677b38fb
5 changed files with 1734 additions and 2171 deletions

View File

@@ -1,4 +1,4 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as opendata from '../ts/index.js'
import { BusinessRecord } from '../ts/classes.businessrecord.js';
@@ -34,7 +34,7 @@ tap.test('should get the data for a specific company', async () => {
});
tap.test('should stop the instance', async () => {
tap.test('should stop the instance', async (toolsArg) => {
await testOpenDataInstance.stop();
});

View File

@@ -1,4 +1,4 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as opendata from '../ts/index.js'
import { BusinessRecord } from '../ts/classes.businessrecord.js';