Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 268 Bytes

Auto Gnenerate unit test using gpt-3.5-turbo

Installation:

npm i 

Expecute:

  • In ex.js file, add the relative path to you script file

  • Add relative test framework

  • then run the following

     npm run writeTest
    
     npm run test