Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Dec 2, 2020
1 parent 452b423 commit 9ba7161
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getSharedSettings, SharedSettings } from '#/utils/get-shared-settings';
import { getSharedSettings, SharedSettings } from '#/utils/shared-settings';

describe('getSharedSettings', () => {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down Expand Up @@ -87,4 +87,8 @@ describe('getSharedSettings', () => {
});
});
});

describe('when the sharedSettings has `pluralize` key', () => {
// TODO
});
});

0 comments on commit 9ba7161

Please sign in to comment.