Skip to content

Commit ad529b5

Browse files
committed
feat: move unsplash to ref -d
1 parent 902e55b commit ad529b5

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

@fiction/cards/el/CardHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const layout = vue.computed(() => {
6666
<CardText
6767
tag="h1"
6868
:card
69-
class="x-font-title font-semibold md:text-balance text-3xl md:text-4xl lg:text-5xl !leading-[1.1]"
69+
class="x-font-title font-semibold md:text-balance text-3xl leading-[1.4] md:text-4xl md:leading-[1.2] lg:text-5xl lg:leading-[1.1]"
7070
:path="pathCheck('title', schema)"
7171
placeholder="Title"
7272
animate="fade"

@fiction/core/test-utils/setupTest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ process.env.IS_TEST = '1'
66
process.env.TEST_ENV = 'unit'
77

88
const LOG_INTERVAL = 5 * 60 * 1000 // 5 minutes in milliseconds
9-
const MAX_TEST_DURATION = 60 * 60 * 1000 // 1 hour max duration
9+
const MAX_TEST_DURATION = 60 * 5 * 1000 // 1 hour max duration
1010

1111
beforeAll(async () => {
1212
process.env.TEST_RUN = '1'

0 commit comments

Comments
 (0)