fixed issues #4

This commit is contained in:
Thomas Puttkamer
2017-11-13 20:07:31 +01:00
parent d3e3ccce3e
commit 9c9d56b92a

View File

@@ -4,6 +4,7 @@ import { dom, expect, spy } from 'mochaccino';
*
*/
const obj = {
funcName: (): any => {
}
};
let s = spy();