marionebl/jogwheel

View on GitHub
source/test/unit/stubs/player.js

Summary

Maintainability
A
1 hr
Test Coverage

Function playerStub has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const playerStub = options => {
    const _state = {
        currentTime: 0,
        activeDuration: 0,
        playState: 'running'
Severity: Minor
Found in source/test/unit/stubs/player.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status