fix(tfl): add jsxImportSource pragma for CI

The CI test runner doesn't use per-package tsconfig.json,
so the pragma is needed alongside the tsconfig setting.

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-15 00:02:32 +00:00
parent 1dd14da71d
commit f7f91316f1
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import { render } from "@nym.sh/jrx"
import { describe, expect, test } from "bun:test"

View File

@@ -1,3 +1,4 @@
import type { FeedItemRenderer } from "@aelis/core"
import { FeedCard, SansSerifText } from "@aelis/components"