Setup react+tailwind #122
browser-extension.yml
on: pull_request
lint-test-and-build
29s
Annotations
3 errors
|
lint-test-and-build
Process completed with exit code 1.
|
|
tests/lib/enhancers/github.test.ts > github > gh_issue:should create the correct spot object:
browser-extension/tests/lib/enhancers/github.test.ts#L74
Error: Snapshot `github > gh_issue:should create the correct spot object 2` mismatched
- Expected
+ Received
<React.Fragment>
<span
- className="w-4 h-4 flex items-center justify-center flex-shrink-0"
+ className="flex h-4 w-4 flex-shrink-0 items-center justify-center"
>
<IssueOpenedIcon
size={16}
/>
</span>
#
523
<a
- className="hover:underline truncate"
+ className="truncate hover:underline"
href="https://github.com/diffplug/selfie"
>
diffplug/selfie
</a>
</React.Fragment>
❯ tests/lib/enhancers/github.test.ts:74:7
❯ tests/har-fixture.ts:50:24
|
|
tests/lib/enhancers/github.test.ts > github > gh_pr:should create the correct spot object:
browser-extension/tests/lib/enhancers/github.test.ts#L27
Error: Snapshot `github > gh_pr:should create the correct spot object 2` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
<React.Fragment>
<span
- className="font-mono text-sm text-muted-foreground"
+ className="font-mono text-muted-foreground text-sm"
>
diffplug/selfie
</span>
<span
className="ml-2 font-medium"
❯ tests/lib/enhancers/github.test.ts:27:7
❯ tests/har-fixture.ts:50:24
|