Skip to content

Commit b277ce9

Browse files
committed
fix(tests): add missing babel-polyfill to package.json
Add missing babel-polyfill to package.json, so that tests run in the browsers that do not support ES6 features run without issues. Closes #2261
1 parent dc2e7f1 commit b277ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
},
147147
"homepage": "https://github.com/ReactiveX/RxJS",
148148
"devDependencies": {
149+
"babel-polyfill": "^6.23.0",
149150
"benchmark": "^2.1.0",
150151
"benchpress": "2.0.0-beta.1",
151152
"chai": "^3.5.0",

0 commit comments

Comments
 (0)