Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Const CI_MAX_SOLUTION_LENGTH

CI_MAX_SOLUTION_LENGTH: 1000 = 1000

Const SOLUTION_ROOT

SOLUTION_ROOT: string = path.join(__dirname, '../../gist-solutions/')

Const describeFn

describeFn: Describe = process.env.SKIP_SOLUTIONS ? describe.skip : describe

Const solutionFiles

solutionFiles: string[] = fs.readdirSync(SOLUTION_ROOT)

Functions

createTests

  • createTests(moduloNumber: number, moduloTotal: number): void

isShort

  • isShort(): boolean

parseEngine

  • parseEngine(code: string, levelNum?: number): object

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc