Skip to content

Commit

Permalink
feat(pdf): Restore missing third-party file to karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored Sep 10, 2020
1 parent 650faed commit 51f337c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module.exports = config =>

files: [
'https://cdn01.boxcdn.net/polyfills/core-js/2.5.3/core.min.js',
`src/third-party/model3d/${MODEL3D_STATIC_ASSETS_VERSION}/three.min.js`,
`src/third-party/media/${MEDIA_STATIC_ASSETS_VERSION}/**/*.js`,
`src/third-party/model3d/${MODEL3D_STATIC_ASSETS_VERSION}/**/*.js`,
`src/third-party/swf/${SWF_STATIC_ASSETS_VERSION}/**/*.js`,
Expand Down

0 comments on commit 51f337c

Please sign in to comment.