decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

Unable to "focus a test" #882

Closed OR13 closed 4 years ago

OR13 commented 4 years ago

Expected:

npm run test ./path/to/my.test.ts

only that test is run.

this is caused by:

"test": "npm run build && nyc jasmine --config=./tests/jasmine.json",

How is a single test focused in this project?

OR13 commented 4 years ago

Ahh I see, https://stackoverflow.com/questions/8527786/how-do-i-focus-on-one-spec-in-jasmine-js

TL;DR you must edit the file from it -> fit or describe -> fdescribe.