fix(core): update
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user