-
Notifications
You must be signed in to change notification settings - Fork 69
Test run shows pending tests #232
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
Labels
good first issue
Good for newcomers
module/test
Issues and changes related to the tests
status/no-issue-activity
type/question
Further information is requested
Comments
@lance ^^ |
@lholmquist yeah - they were tests that I never implemented in the cut over to TS. There is some overlap with these and other tests in |
sort of what i thought. |
This issue is stale because it has been open 30 days with no activity. |
lance
added a commit
to lance/sdk-javascript
that referenced
this issue
Aug 12, 2020
This commit implements 4 of the 6 pending tests that were not completed during the TypeScript rewrite. The two tests that were not implemented were (one for each of v1 and v03): ``` it("returns a JSON string even if format is invalid"); ``` I don't really know what that's supposed to be/mean, so I removed them. Fixes: cloudevents#232 Signed-off-by: Lance Ball <[email protected]>
lance
added a commit
that referenced
this issue
Sep 11, 2020
This commit implements 4 of the 6 pending tests that were not completed during the TypeScript rewrite. The two tests that were not implemented were (one for each of v1 and v03): ``` it("returns a JSON string even if format is invalid"); ``` I don't really know what that's supposed to be/mean, so I removed them. Fixes: #232 Signed-off-by: Lance Ball <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
module/test
Issues and changes related to the tests
status/no-issue-activity
type/question
Further information is requested
At the end of a
npm run test
, there says there is 6 pending tests.There are 6 tests here, https://github.com/cloudevents/sdk-javascript/blob/master/test/cloud_event_test.ts#L104 that don't do anything.
Were these just place holders when doing the TS re-write and should be removed? or do they need to be implemented?
The text was updated successfully, but these errors were encountered: