Skip to content

Commit

Permalink
Add String.prototype.includes polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 19, 2019
1 parent 5ed6553 commit 0514a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'core-js/fn/array/fill';
import 'core-js/fn/array/from';
import 'core-js/fn/array/find';
import 'core-js/fn/array/includes';
import 'core-js/fn/string/includes';
import 'core-js/fn/object/assign';

// Fix Function#name on browsers that do not support it (IE).
Expand Down

0 comments on commit 0514a5b

Please sign in to comment.