|
|
|
@ -13,8 +13,10 @@ import groupByTest from './tests/groupby.test';
|
|
|
|
|
import formulaTests from './tests/formula.test'; |
|
|
|
|
|
|
|
|
|
let workspaceTest = () => {}; |
|
|
|
|
let ssoTest = () => {}; |
|
|
|
|
if (process.env.EE === 'true') { |
|
|
|
|
workspaceTest = require('./tests/ee/workspace.test').default; |
|
|
|
|
ssoTest = require('./tests/ee/sso.test').default; |
|
|
|
|
} |
|
|
|
|
// import layoutTests from './tests/layout.test';
|
|
|
|
|
// import widgetTest from './tests/widget.test';
|
|
|
|
@ -33,6 +35,7 @@ function restTests() {
|
|
|
|
|
groupByTest(); |
|
|
|
|
workspaceTest(); |
|
|
|
|
formulaTests(); |
|
|
|
|
ssoTest(); |
|
|
|
|
|
|
|
|
|
// Enable for dashboard feature
|
|
|
|
|
// widgetTest();
|
|
|
|
|