aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/test/bar.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/expresso/test/bar.test.js')
-rw-r--r--tools/node_modules/expresso/test/bar.test.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/node_modules/expresso/test/bar.test.js b/tools/node_modules/expresso/test/bar.test.js
new file mode 100644
index 0000000..cfc2e11
--- /dev/null
+++ b/tools/node_modules/expresso/test/bar.test.js
@@ -0,0 +1,13 @@
+
+/**
+ * Module dependencies.
+ */
+
+var assert = require('assert')
+ , bar = require('bar');
+
+module.exports = {
+ 'bar()': function(){
+ assert.equal('bar', bar.bar());
+ }
+}; \ No newline at end of file