From 819f2d9c44ce734aaa1a00146a44e15f1145e0f5 Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 11 Sep 2024 15:47:58 +0300 Subject: [PATCH] chore: update lib interface tests --- src/index.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.spec.ts b/src/index.spec.ts index 8c5ca08..7ac956d 100644 --- a/src/index.spec.ts +++ b/src/index.spec.ts @@ -5,6 +5,7 @@ describe('lib', () => { expect(lib).toMatchInlineSnapshot(` { "ExtendableError": [Function], + "FileURLProvider": [Function], "LocalizedError": [Function], "createLocalizeError": [Function], "daysDiff": [Function], @@ -12,6 +13,7 @@ describe('lib', () => { "dotsToSpaces": [Function], "ensureUTC": [Function], "formatDate": [Function], + "getFileRenderType": [Function], "getUnixTimestamp": [Function], "isErrorLocalizer": [Function], "secondsToDuration": [Function],