Add spec for circular array/object references
This commit is contained in:
parent
b06e6e9ce5
commit
ab1786c17d
2 changed files with 22 additions and 0 deletions
3
spec/fixtures/module/circular.js
vendored
Normal file
3
spec/fixtures/module/circular.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
exports.returnArgs = function (...args) {
|
||||
return args
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue