Luyin / FE-Boilerplate

Typescript based Front-End Development Environment
0 stars 0 forks source link

E2E Environment #8

Open Luyin opened 5 years ago

Luyin commented 5 years ago
Luyin commented 5 years ago

Karma - Rollup 연동 방식

  1. karma.config.js에 지정된 file에 대하여 karma preprocessor로 지정된 Rollup이 먼저 구동 된다.
  2. browser launch 되며, 실제 구동 될 때는 karma.config.js에 지정된 frameworks를 import 해와서 실행한다?