
/* IMPORT */

import Factory from './factory';

/* MAIN */

const test = Factory.makeTest ();

/* EXPORT */

export default test;
