Skip to content

Commit

Permalink
import relative fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Dec 8, 2015
1 parent 4abba36 commit 713fdd4
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 713fdd4

Please sign in to comment.