• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Adyen / adyen-web / 11890950002

18 Nov 2024 10:55AM UTC coverage: 78.718%. First build
11890950002

Pull #2959

github

web-flow
Merge d55ea32e6 into 31fa0bfbd
Pull Request #2959: chore(deps): update dependency dotenv to v16.4.5

3123 of 4574 branches covered (68.28%)

Branch coverage included in aggregate %.

8876 of 10669 relevant lines covered (83.19%)

178.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/lib/src/index.umd.ts
1
import { AdyenCheckout } from './core/AdyenCheckout';
×
2
import { NewableComponent } from './core/core.registry';
3
import * as components from './components';
×
4
import createComponent from './create-component.umd';
×
5

6
const { Dropin, ...Components } = components;
×
7
const Classes: NewableComponent[] = Object.keys(Components).map(key => Components[key]);
×
8

9
// Register all Components
10
AdyenCheckout.register(...Classes);
×
11

12
const AdyenWeb = {
×
13
    AdyenCheckout,
14
    createComponent,
15
    ...components
16
};
17

18
if (typeof window !== 'undefined') {
×
19
    if (!window.AdyenWeb) window.AdyenWeb = {};
×
20
    window.AdyenWeb = AdyenWeb;
×
21
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc