diff --git a/features/overrides.feature b/features/overrides.feature index 7739f339..51ce11d2 100644 --- a/features/overrides.feature +++ b/features/overrides.feature @@ -10,6 +10,7 @@ Given we use the config "editor.yaml" When we run "jrnl --config-override '{"editor": "nano"}'" Then the editor "nano" should have been called +@skip_win Scenario: Override configured linewrap with a value of 23 Given we use the config "editor.yaml" When we run "jrnl -2 --config-override '{"linewrap": 23}' --format fancy" @@ -30,6 +31,7 @@ Then the output should be ┖─────────────────────┘ """ +@skip_win Scenario: Override color selections with runtime overrides Given we use the config "tiny.yaml" When we run jrnl with -1 --config-override '{"colors.body": "blue"}'