Add failing spec for remote function with properties
This commit is contained in:
parent
0955c2fd4d
commit
5cc61089d9
3 changed files with 21 additions and 0 deletions
6
spec/fixtures/module/function-with-properties.js
vendored
Normal file
6
spec/fixtures/module/function-with-properties.js
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
function foo() {}
|
||||
foo.bar = 'baz'
|
||||
|
||||
module.exports = {
|
||||
foo: foo
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue