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)