Skip to content

Commit

Permalink
Fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Sep 14, 2024
1 parent 24fc457 commit faaf498
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ class ReactReplacementsTests : ReplacementsTests() {
aliases = ReactConfig.Aliases(
components = "@/components",
utils = "@/lib/utilsReplaced",
ui = if (useNotNullUI) "@/ui" else null
ui = if (useNotNullUI) "@/ui" else null,
lib = null,
hooks = null
)
)

Expand Down

0 comments on commit faaf498

Please sign in to comment.