Skip to content

Commit 94654ea

Browse files
JoostVoskuilcmendible
authored andcommitted
add import
1 parent 155846a commit 94654ea

File tree

1 file changed

+1
-1
lines changed
  • exercisefiles/node_typescript

1 file changed

+1
-1
lines changed

exercisefiles/node_typescript/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import * as assert from 'assert';
88
import * as http from 'http';
9-
//import server from './nodeserver';
9+
import server from './nodeserver';
1010

1111
describe('Node Server', () => {
1212
it('should return "key not passed" if key is not passed', (done: Mocha.Done) => {

0 commit comments

Comments
 (0)