Regenerating variabless sas on theme edit v1

This commit is contained in:
Dominik Prokop
2019-02-12 21:54:20 +01:00
parent 0a66d8afc7
commit 2542a43ec0
12 changed files with 562 additions and 174 deletions

View File

@@ -4,7 +4,7 @@ import appEvents from 'app/core/app_events';
jest.mock('app/core/app_events', () => {
return {
emit: jest.fn<any>(),
emit: jest.fn(),
};
});