@coorpacademy/progression-engine
Version:
9 lines (7 loc) • 314 B
Flow
// @flow
import {microlearning} from "./fixtures/engines";
import {answerAction, askClueAction, resourceAction} from "./fixtures/actions";
import hasViewedAResourceAtThisStep from "../has-viewed-a-resource-at-this-step";
import {getConfig} from "../../config";
import test from "ava";
declare module.exports: {};