Skip to content

Commit

Permalink
Merge pull request #6 from kellyselden/patch-1
Browse files Browse the repository at this point in the history
import relative fix
  • Loading branch information
jamiebuilds committed Dec 9, 2015
2 parents 4abba36 + 713fdd4 commit a7fc923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $ touch test/index.js
import http from 'http';
import assert from 'assert';

import 'lib/index.js';
import '../lib/index.js';

describe('Example Node Server', () => {
it('should return 200', done => {
Expand Down

0 comments on commit a7fc923

Please sign in to comment.