tests(context.spec): fix typo

This commit is contained in:
k-g-a 2025-10-14 14:42:07 +05:00
parent 69fd1e6c35
commit 4791b5dc14

View file

@ -15,7 +15,7 @@ const mockSettings: ContactsPluginSettings = {
enableSync: true,
};
describe('sharedSppContext', () => {
describe('sharedAppContext', () => {
afterEach(() => clearApp());
it('stores and retrieves the app instance', () => {