rofrischmann/inline-style-prefixer

View on GitHub
benchmark/size/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function testBundle has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const testBundle = name => new Promise((resolve, reject) => {
  const compiler = webpack({
    context: __dirname,
    entry: { [name]: [`./${name}.js`] },
    module: {
Severity: Minor
Found in benchmark/size/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status