Add spec for circular array/object references

This commit is contained in:
Kevin Sawicki 2016-07-11 09:52:34 -07:00
parent b06e6e9ce5
commit ab1786c17d
2 changed files with 22 additions and 0 deletions

3
spec/fixtures/module/circular.js vendored Normal file
View file

@ -0,0 +1,3 @@
exports.returnArgs = function (...args) {
return args
}