From 02c4afd19686a20a39c8a91238080c37d28199c3 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Tue, 5 Apr 2022 16:19:12 +0800 Subject: [PATCH] add failed test --- packages/api/test/elastic/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/test/elastic/index.test.ts b/packages/api/test/elastic/index.test.ts index 29e86d07d..820f8ffd7 100644 --- a/packages/api/test/elastic/index.test.ts +++ b/packages/api/test/elastic/index.test.ts @@ -106,7 +106,7 @@ describe('elastic api', () => { url: page.url, }) - expect(pageFound).not.undefined + expect(pageFound).to.undefined }) })