Skip to content

[Bug] : Incomplete Paths for testcases for all steps inside tests folder #2

@arshpreet8051

Description

@arshpreet8051

Describe the issue

Issue while running tests from terminal eg. "npm run test : 1"
Getting error message "0-matches" for test
The paths for tests are not completely defined

To reproduce

  • 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

Expected Outcome

The result for test (pass or fail) should be the output instead of error message

Screenshot

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions