mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
chore(connector): connectors names should be capitalized (#1687)
This commit is contained in:
parent
61b65a7288
commit
3738a54974
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ beforeAll(() => {
|
||||||
jest.spyOn(facebookMethods, 'getConfig').mockResolvedValue(mockedConfig);
|
jest.spyOn(facebookMethods, 'getConfig').mockResolvedValue(mockedConfig);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('facebook connector', () => {
|
describe('Facebook connector', () => {
|
||||||
describe('validateConfig', () => {
|
describe('validateConfig', () => {
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
jest.clearAllMocks();
|
jest.clearAllMocks();
|
||||||
|
|
Loading…
Add table
Reference in a new issue