remove .only
This commit is contained in:
parent
55a7f98f49
commit
6bce9e5838
|
@ -12,7 +12,7 @@ const twoHourAgo = dateFns.format(
|
||||||
const now = dateFns.format(new Date(), "yyyy-MM-dd hh:mm:ss");
|
const now = dateFns.format(new Date(), "yyyy-MM-dd hh:mm:ss");
|
||||||
|
|
||||||
describe("Events", () => {
|
describe("Events", () => {
|
||||||
test.only("clickhouse is healthy", async () => {
|
test("clickhouse is healthy", async () => {
|
||||||
const { data } = await (
|
const { data } = await (
|
||||||
await clickhouseClient.query({
|
await clickhouseClient.query({
|
||||||
query: `
|
query: `
|
||||||
|
|
Loading…
Reference in New Issue