mirror of
https://github.com/broekema41/obsidian-vcf-contacts.git
synced 2026-07-22 05:42:58 +00:00
tests(context.spec): fix typo
This commit is contained in:
parent
69fd1e6c35
commit
4791b5dc14
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const mockSettings: ContactsPluginSettings = {
|
|||
enableSync: true,
|
||||
};
|
||||
|
||||
describe('sharedSppContext', () => {
|
||||
describe('sharedAppContext', () => {
|
||||
afterEach(() => clearApp());
|
||||
|
||||
it('stores and retrieves the app instance', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue