From 835812fb266dea87903774e61167db299a98673f Mon Sep 17 00:00:00 2001 From: Ashokaditya Date: Tue, 27 Apr 2021 17:50:46 +0200 Subject: [PATCH] remove unnecessary test refs 2ac56ee839342c520928487b4a49f25938fa08ca --- .../plugins/lists/common/schemas/common/schemas.test.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/x-pack/plugins/lists/common/schemas/common/schemas.test.ts b/x-pack/plugins/lists/common/schemas/common/schemas.test.ts index 69cf794b5575d..9f3abb9259f6c 100644 --- a/x-pack/plugins/lists/common/schemas/common/schemas.test.ts +++ b/x-pack/plugins/lists/common/schemas/common/schemas.test.ts @@ -53,15 +53,6 @@ describe('Common schemas', () => { expect(message.schema).toEqual(payload); }); - test('it should validate for "wildcard_caseless"', () => { - const payload = 'wildcard_caseless'; - const decoded = operator.decode(payload); - const message = pipe(decoded, foldLeftRight); - - expect(getPaths(left(message.errors))).toEqual([]); - expect(message.schema).toEqual(payload); - }); - test('it should contain same amount of keys as enum', () => { // Might seem like a weird test, but its meant to // ensure that if operator is updated, you