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");
|
||||
|
||||
describe("Events", () => {
|
||||
test.only("clickhouse is healthy", async () => {
|
||||
test("clickhouse is healthy", async () => {
|
||||
const { data } = await (
|
||||
await clickhouseClient.query({
|
||||
query: `
|
||||
|
|
Loading…
Reference in New Issue