grafana_bak/public/test/mocks/systemjsAMDExtra.ts
2025-04-01 10:38:02 +09:00

6 lines
282 B
TypeScript

// the systemjs amd extra is required for loading AMD formatted plugins at runtime
// however it makes changes to global.define which breaks tests with errors similar to:
// TypeError: tslib_1.__importDefault is not a function
//
export const systemjsAMDExtra = 'systemjsAMDExtra';