We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4cea8 commit 96f80fcCopy full SHA for 96f80fc
exercisefiles/node_typescript/test.ts
@@ -4,7 +4,6 @@
4
5
import * as assert from 'assert';
6
import * as http from 'http';
7
-import server from './nodeserver';
8
9
describe('Node Server', () => {
10
it('should return "key not passed" if key is not passed', (done: Mocha.Done) => {
0 commit comments