fix(core): update

This commit is contained in:
2022-03-02 16:44:09 +01:00
parent ed550b7ff9
commit 4ea0dece4f
3 changed files with 20 additions and 5 deletions

View File

@ -14,6 +14,10 @@ tap.test('should start the clickhouse db', async () => {
await testClickhouseDb.start();
})
tap.test('should create a timedatatable', async () => {
testClickhouseDb.getTable('analytics')
})
tap.skip.test('should write something to the clickhouse db', async () => {
const result2 = await testClickhouseDb.clickhouseClient.queryPromise(`CREATE TABLE IF NOT EXISTS visits2 (
timestamp UInt64,