File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,6 @@ describe ("Start handler function",function(){
52
52
} ) ;
53
53
} ) ;
54
54
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
- } ) ;
62
55
63
56
describe ( "createTable functon" , function ( ) {
64
57
it ( "Should check as a function" , function ( ) {
@@ -73,10 +66,3 @@ describe ("Check the Seeder file",function(){
73
66
expect ( tblName ) . to . be . a ( "string" ) ;
74
67
} ) ;
75
68
} ) ;
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
- } ) ;
You can’t perform that action at this time.
0 commit comments