diff options
Diffstat (limited to 'rollup.tests.js')
-rw-r--r-- | rollup.tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.tests.js b/rollup.tests.js index c821a79..655654b 100644 --- a/rollup.tests.js +++ b/rollup.tests.js @@ -2,7 +2,7 @@ import babel from 'rollup-plugin-babel' import multiEntry from 'rollup-plugin-multi-entry' export default { - input: ['spec/setupBrowser.js', 'spec/spec/types/*.js'], + input: ['spec/setupBrowser.js', 'spec/spec/types/*.js', 'spec/spec/utils/*.js'], output: { file: 'spec/es5TestBundle.js', name: 'SVGTests', |