This fails: ```ts vm.exec('fun', [0,0,0]); assert(vm.mock.wasCalledWith('exec', [0,0,0])) ```
This fails: