mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-21 01:21:17 +00:00
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:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import { render } from "@nym.sh/jrx"
|
import { render } from "@nym.sh/jrx"
|
||||||
import { describe, expect, test } from "bun:test"
|
import { describe, expect, test } from "bun:test"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import type { FeedItemRenderer } from "@aelis/core"
|
import type { FeedItemRenderer } from "@aelis/core"
|
||||||
|
|
||||||
import { FeedCard, SansSerifText } from "@aelis/components"
|
import { FeedCard, SansSerifText } from "@aelis/components"
|
||||||
|
|||||||
Reference in New Issue
Block a user