Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Incomplete paths for tests #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arshpreet8051
Copy link

@arshpreet8051 arshpreet8051 commented Mar 25, 2024

What does this PR do ?

This PR resolves the issue faced while running tests due to incomplete paths

Fixes #2

Screenshot

image

Type of change

  • Bug Fix

How it can be tested

  • Locate the directory
cd stylusdb-sql-base
  • Install Dependencies
npm i 
npm install jest --save-dev
  • Configure Jest
"scripts": {
  "test": "jest"
}
  • Run the command
npm run test:1

Mandatory Tasks

  • Make sure you have self-reviewed the code

Vanshsaxena097 pushed a commit to status-20X/stylusdb-sql-assignment-Vanshsaxena097 that referenced this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] : Incomplete Paths for testcases for all steps inside tests folder
1 participant