Skip to content

Commit e4aa703

Browse files
authored
Updated
1 parent f374f31 commit e4aa703

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/indexTest.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@ var util = require("util");
66
var assert = require('chai').assert;
77
var config = require('../index');
88

9-
var config
10-
119
describe('Unit Test', function () {
12-
it('Check the port', function () {
13-
request.get('http://google.lk', function (err, response, body) {
14-
response.statusCode.should.equal(200);
15-
body.should.include("Test Success");
16-
done();
17-
})
18-
});
19-
2010
it('Check endpoint', function () {
2111
before(function () {
2212
config.listen(8989);

0 commit comments

Comments
 (0)