Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testLib/objectSpreadOperator.js')
-rw-r--r--testLib/objectSpreadOperator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/testLib/objectSpreadOperator.js b/testLib/objectSpreadOperator.js
new file mode 100644
index 0000000..83b7414
--- /dev/null
+++ b/testLib/objectSpreadOperator.js
@@ -0,0 +1 @@
+module.exports = { ...{} };