Skip to content

Commit

Permalink
test: type and storage is not used now
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x authored Jul 21, 2024
1 parent 1eac607 commit a03097f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
Expand Down

0 comments on commit a03097f

Please sign in to comment.