setup.spec.ts 108 B

12345
  1. import { BabelPolyfill } from '../polyfills/BabelPolyfill';
  2. before(() => {
  3. BabelPolyfill.append();
  4. });