Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostVoskuil committed Nov 10, 2024
1 parent 20fe3fd commit 8947319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercisefiles/node_typescript/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import * as assert from 'assert';
import * as http from 'http';
import server from './nodeserver';

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

0 comments on commit 8947319

Please sign in to comment.