@coorpacademy/progression-engine
Version:
12 lines (10 loc) • 385 B
Flow
// @flow
import {stateForSecondSlide} from "./fixtures/states";
import {microlearning} from "./fixtures/engines";
import {answerAction, askClueAction, resourceAction} from "./fixtures/actions";
import stars from "../stars";
import {getConfig} from "../../config";
import set from "lodash/fp/set";
import pipe from "lodash/fp/pipe";
import test from "ava";
declare module.exports: {};