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:
authorEli White <github@eli-white.com>2015-11-08 00:52:31 +0300
committerEli White <github@eli-white.com>2015-11-30 20:29:32 +0300
commitb752ffb9fb9aed8cdc89d3b95bf7ea3856e0ed86 (patch)
treec14a60e1b7eee23235b451fa391331cd9815b597 /testLib/boolean.js
parenta4fc3a852d1749cb6491c7a337d4ad4720248df6 (diff)
Should not blow up on modules that export primitives
Diffstat (limited to 'testLib/boolean.js')
-rw-r--r--testLib/boolean.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/testLib/boolean.js b/testLib/boolean.js
new file mode 100644
index 0000000..ec01c2c
--- /dev/null
+++ b/testLib/boolean.js
@@ -0,0 +1 @@
+module.exports = true;