@coorpacademy/progression-engine
Version:
9 lines (7 loc) • 320 B
Flow
// @flow
import {microlearning} from "./fixtures/engines";
import {answerAction, extraLifeAcceptedAction, extraLifeRefusedAction, askClueAction, moveAction} from "./fixtures/actions";
import nextContent from "../next-content";
import {getConfig} from "../../config";
import test from "ava";
declare module.exports: {};