fix(core): update

This commit is contained in:
2024-06-14 17:02:28 +02:00
parent 2d7981aa6f
commit 2adbed8fdb
6 changed files with 26 additions and 17 deletions

View File

@ -83,7 +83,7 @@ tap.test('should delete the table', async () => {
});
tap.test('should stream new entries', async (toolsArg) => {
const stream = table.streamNewEntries();
const stream = table.watchNewEntries();
const subscription = stream.subscribe((entry) => {
console.log('New entry:', entry);
});