Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit a7fc923

Browse files
committed
Merge pull request #6 from kellyselden/patch-1
import relative fix
2 parents 4abba36 + 713fdd4 commit a7fc923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ $ touch test/index.js
180180
import http from 'http';
181181
import assert from 'assert';
182182

183-
import 'lib/index.js';
183+
import '../lib/index.js';
184184

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

0 commit comments

Comments
 (0)