Add failing spec for remote function with properties

This commit is contained in:
Kevin Sawicki 2016-08-16 09:24:38 -07:00
parent 0955c2fd4d
commit 5cc61089d9
3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,6 @@
function foo() {}
foo.bar = 'baz'
module.exports = {
foo: foo
}