UNPKG

@coorpacademy/progression-engine

Version:

8 lines (6 loc) 287 B
// @flow import {assertCorrect, assertIncorrect, assertIncorrectEmptyAnswer} from "./helpers/assert-check-answer-correctness"; import type {AcceptedAnswers, BasicQuestion, Config} from "../types"; import {getConfig} from "../config"; import test from "ava"; declare module.exports: {};