Skip to content

Commit

Permalink
fix test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Dec 22, 2024
1 parent 6bd6ea5 commit d102b46
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tests/json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ tests_common = { workspace = true }
[dependencies.leptos_i18n]
workspace = true
features = [
"json_files",
"icu_compiled_data",
"interpolate_display",
"track_locale_files",
"plurals",
Expand Down
2 changes: 1 addition & 1 deletion tests/json5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
leptos = { version = "0.7.0", features = ["ssr"] }
tests_common = { path = "../common" }
leptos_i18n = { path = "../../leptos_i18n", default-features = false, features = [
leptos_i18n = { path = "../../leptos_i18n", features = [
"json5_files",
"icu_compiled_data",
"track_locale_files",
Expand Down
7 changes: 6 additions & 1 deletion tests/namespaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ tests_common = { workspace = true }

[dependencies.leptos_i18n]
workspace = true
features = ["interpolate_display", "track_locale_files"]
features = [
"json_files",
"icu_compiled_data",
"interpolate_display",
"track_locale_files",
]


[package.metadata.leptos-i18n]
Expand Down
2 changes: 1 addition & 1 deletion tests/yaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
leptos = { version = "0.7.0", features = ["ssr"] }
tests_common = { path = "../common" }
leptos_i18n = { path = "../../leptos_i18n", default-features = false, features = [
leptos_i18n = { path = "../../leptos_i18n", features = [
"yaml_files",
"icu_compiled_data",
"track_locale_files",
Expand Down

0 comments on commit d102b46

Please sign in to comment.