// @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: {};