GH_PR_ADD_COMMENT works for reloads and turbolinks
#22
browser-extension.yml
on: pull_request
lint-test-and-build
20s
Annotations
3 errors
|
lint-test-and-build
Process completed with exit code 1.
|
|
tests/lib/enhancers/github.test.ts > GitHubHandler > should create correct GitHubContext spot for PR comment:
browser-extension/tests/lib/enhancers/github.test.ts#L63
AssertionError: expected null to be truthy
- Expected:
true
+ Received:
null
❯ tests/lib/enhancers/github.test.ts:63:30
|
|
tests/lib/enhancers/github.test.ts > GitHubHandler > should identify GitHub PR textarea and register it in TextareaRegistry:
browser-extension/tests/lib/enhancers/github.test.ts#L45
AssertionError: expected null to be truthy
- Expected:
true
+ Received:
null
❯ tests/lib/enhancers/github.test.ts:45:30
|