Update tests make export a bit nicer

This commit is contained in:
Lewis Diamond
2020-07-04 10:43:52 -04:00
parent 1675b18d5b
commit 74ce415118
27 changed files with 141 additions and 131 deletions

View File

@@ -1,6 +1,2 @@
import mhysa from "./functions";
import * as _utils from "./utils";
export default mhysa;
// @TODO fix this with proper import export
export const utils = { ..._utils };
export { strom } from "./functions";
export * from "./utils";