File: tests.webpack.js

package info (click to toggle)
node-css-vendor 2.0.8%2B~2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: javascript: 802; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
import 'babel-polyfill'

const context = require.context('./src', true, /\.test\.js$/)
context.keys().forEach(context)