From b31adf579ea7f1b8566782a4fb31a465a3cf5167 Mon Sep 17 00:00:00 2001 From: Clemens Tolboom Date: Wed, 29 Nov 2023 13:11:42 +0100 Subject: [PATCH 1/7] Fixes #524 --- ui/README.md | 12 +++++++++++- ui/src/views/Profiles.vue | 10 ++++++++++ ui/tests/unit/views/Profiles.spec.ts | 28 ++++++++++++++++++++++++---- 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/ui/README.md b/ui/README.md index dae52a4df..00da5ad59 100644 --- a/ui/README.md +++ b/ui/README.md @@ -1,4 +1,14 @@ -# Vue 3 + Vite +# Armadillo UI + +## Test as a UI developer + +- `cd ui/` +- make sure you have `yarn` installed. +- `yarn test --watch` +- change one of `src/**` +- change corresponding `tests/unit/**` + +## How this project was generated This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `