Skip to content

Commit 832ef9a

Browse files
authored
Update indexTest.js
1 parent 1cc3fc9 commit 832ef9a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/indexTest.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ describe ("Start handler function",function(){
5252
});
5353
});
5454

55-
describe ("UnmarshalBuffer function",function(){
56-
it("Should check the json file", () => {
57-
const invoked = seeder.unmarshalBuffer(JSON);
58-
const result = JSON.parse.toString();
59-
assert.isString(result, "Result is an String");
60-
});
61-
});
6255

6356
describe ("createTable functon",function(){
6457
it ("Should check as a function",function(){
@@ -73,10 +66,3 @@ describe ("Check the Seeder file",function(){
7366
expect(tblName).to.be.a("string");
7467
});
7568
});
76-
77-
describe ("FileExists function", function(){
78-
it ("File should be an object", function(){
79-
let fileObj = seeder.fileExists(__filename);
80-
assert.typeOf(fileObj,"object");
81-
});
82-
});

0 commit comments

Comments
 (0)