UNPKG

@o3r/testing

Version:

The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.

21 lines 762 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapImportLocalizationMocks = void 0; /** Map to be used to double check that localization mocks from o3r testing package are well imported from the /localization subentry */ exports.mapImportLocalizationMocks = { '@o3r/testing': { TranslatePipeMock: { newPackage: '@o3r/testing/localization' }, LocalizationDependencyMocks: { newPackage: '@o3r/testing/localization' }, MockTranslations: { newPackage: '@o3r/testing/localization' }, mockTranslationModules: { newPackage: '@o3r/testing/localization' } } }; //# sourceMappingURL=localization-imports-map.js.map