Showing 2 of 12 total issues
Function exports
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
Function flowFileMockFactory
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function flowFileMockFactory(filename: string, overrides?: Partial<flowjs.FlowFile>): flowjs.FlowFile {
const mocks = {
flowObj: null as any,
file: {
name: filename,