Add failing spec for reassigning remote function

This commit is contained in:
Kevin Sawicki 2016-03-04 15:43:51 -08:00
parent ee1f69062e
commit a9e22801e9
2 changed files with 9 additions and 0 deletions

1
spec/fixtures/module/function.js vendored Normal file
View file

@ -0,0 +1 @@
exports.aFunction = function() { return 1127; };