-
- Downloads
Use babel polyfill in karma
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/services/user_profile_link_generator/user_profile_link_generator.js 1 addition, 1 deletion...ser_profile_link_generator/user_profile_link_generator.js
- test/unit/karma.conf.js 4 additions, 1 deletiontest/unit/karma.conf.js
- yarn.lock 14 additions, 1 deletionyarn.lock
... | ... | @@ -35,6 +35,7 @@ |
"whatwg-fetch": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/polyfill": "^7.0.0", | ||
"@vue/test-utils": "^1.0.0-beta.26", | ||
"autoprefixer": "^6.4.0", | ||
"babel-core": "^6.0.0", | ||
... | ... |
Please register or sign in to comment