diff --git a/.junie/guidelines.md b/.junie/guidelines.md index 15bdc6bb2..5a63347d7 100644 --- a/.junie/guidelines.md +++ b/.junie/guidelines.md @@ -234,9 +234,7 @@ This must be a decision made by a human, not by an AI. Every AI task must abort #### Running Tests -The tests are run from the project's root (not from the bundle's root: so, do not change the directory to any bundle directory before running tests). - -Tests must be run using the `symfony` command: +The tests are run from the project's root (not from the bundle's root). ```bash # Run all tests diff --git a/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue b/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue index 74a7fad96..952ab748f 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue +++ b/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue @@ -1,193 +1,231 @@