Browse Source

removed `mocha` import from `config.spec.ts`

sanex3339 8 years ago
parent
commit
34b0fea312
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test/config/config.spec.ts

+ 0 - 2
test/config/config.spec.ts

@@ -1,5 +1,3 @@
-import 'mocha';
-
 import { BabelPolyfill } from '../polyfills/BabelPolyfill';
 
 require('source-map-support').install();