This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuring the setup | |
1. Setting up the dependices | |
yarn init -y (Initalises a packag.json with the default values) | |
yarn add knex sqlite3 (Add knex sqlite module) | |
yarn add jest --dev (Add jest to dev dependices) | |
2. Adding scripts to the package.json file |