fix(core): Fix issues with JSONL data processing and improve error handling in business record validation
This commit is contained in:
@ -12,7 +12,7 @@ tap.test('should start the instance', async () => {
|
||||
await testOpenDataInstance.start();
|
||||
})
|
||||
|
||||
tap.skip.test('should build initial data', async () => {
|
||||
tap.test('should build initial data', async () => {
|
||||
await testOpenDataInstance.buildInitialDb();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user