We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, some tests are written in test structure, and some are using describe+it. The tests should be converted to use describe + it structure
test
describe
it
Example of tests using test structure are the test in chainweb-node-client: spv tests
Example of what describe-it test looks like is one of the client tests
All of the tests in kadena.js library should be converted to be written like the describe-it example
No response
The text was updated successfully, but these errors were encountered:
This issue is stale because it is open for 60 days with no activity
Sorry, something went wrong.
No branches or pull requests
What article is affected?
Currently, some tests are written in
test
structure, and some are usingdescribe
+it
.The tests should be converted to use
describe
+it
structureWhat part(s) of the article would you like to see updated?
Example of tests using
test
structure are the test in chainweb-node-client: spv testsExample of what
describe
-it
test looks like is one of the client testsAll of the tests in kadena.js library should be converted to be written like the
describe
-it
exampleAdditional information
No response
The text was updated successfully, but these errors were encountered: