Skip to content

Commit

Permalink
Getting my requires right.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords committed Dec 11, 2010
1 parent e34daee commit 0b7e238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distance.js
@@ -0,0 +1 @@
console.log('hi');
1 change: 1 addition & 0 deletions test-damelev.js → test.js
@@ -1,3 +1,4 @@
var assert = require("assert");
require("./distance");

assert.equal('awesome'.distance, 'function');

0 comments on commit 0b7e238

Please sign in to comment.