From a03097f945fa950fb4d2a4ac92f174fc9c0f887d Mon Sep 17 00:00:00 2001 From: fzn0x Date: Sun, 21 Jul 2024 15:56:04 +0700 Subject: [PATCH] test: type and storage is not used now --- src/index.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.test.ts b/src/index.test.ts index eec12d3..31315c2 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -5,14 +5,10 @@ describe('init', () => { namespace: { default: { load: './lang.json', - type: 'json', - storage: 'cookie', defaultLang: 'en', }, admin: { load: './lang-admin.json', - type: 'json', - storage: 'cookie', defaultLang: 'en', }, },