add tests for header extension (#701)

This commit is contained in:
Adina Parpalita
2018-10-10 09:30:47 +03:00
committed by Suzana Dirla
parent 253425971f
commit d8ad020394
6 changed files with 1046 additions and 4 deletions
+2 -1
View File
@@ -96,5 +96,6 @@ export const EXTENSIBILITY_CONFIGS = {
DEFAULT_EXTENSIONS_CONFIG: 'extensions-default.json',
INFO_DRAWER: 'info-drawer-ext.json',
INFO_DRAWER_EMPTY: 'info-drawer-no-tabs-ext.json',
VIEWER: 'viewer-ext.json'
VIEWER: 'viewer-ext.json',
HEADER: 'header-ext.json'
};