HarmoWatch/ngx-redux-core

View on GitHub

Showing 2 of 14 total issues

Function selectorSuiteFactory has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function selectorSuiteFactory(): SelectorTestCase[] {

  const state = TestingStateProvider.INITIAL_STATE;
  const rootState = {
    [ ReduxStateDecorator.get(TestingStateProvider).name ]: state,
Severity: Major
Found in src/harmowatch/ngx-redux-core/testing/selector/suite.config.ts - About 2 hrs to fix

    Function exports has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function (config) {
      config.set({
        basePath: '',
        frameworks: ['jasmine', '@angular-devkit/build-angular'],
        plugins: [
    Severity: Minor
    Found in karma.conf.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language