dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

No longer use conditional promise require in load #231

Closed matt-gadd closed 7 years ago

matt-gadd commented 7 years ago

Fixes #224

We should no longer need to perform this logic at all now.

codecov-io commented 7 years ago

Current coverage is 97.48% (diff: 100%)

Merging #231 into master will increase coverage by 0.07%

@@             master       #231   diff @@
==========================================
  Files            46         46          
  Lines          2389       2385     -4   
  Methods          26         26          
  Messages          0          0          
  Branches        458        455     -3   
==========================================
- Hits           2327       2325     -2   
  Misses           58         58          
+ Partials          4          2     -2   

Powered by Codecov. Last update a629f4e...3295ba1