Skip to content

Commit 2dda3f6

Browse files
authored
Add back in plugin mock
1 parent cd6e4a3 commit 2dda3f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/indexTest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ describe("Port function",function(){
1717
});
1818

1919
it("Port value should be >= 0 and < 65536",function(done){
20+
let service = new Plugin(serverlessMock, {});
2021
http.get(`http://localhost:${service.port}/shell/`, function (response) {
2122
assert.equal(response.statusCode, 200);
2223
done();

0 commit comments

Comments
 (0)