diff --git a/.circleci/config.yml b/.circleci/config.yml index 441cb5816f..aa5dbc5e9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,6 +194,17 @@ jobs: - run: name: Check formatting of CSS & JS files command: npx prettier --check . + vitest: + docker: + - image: "cimg/node:lts" + resource_class: small + steps: + - checkout + - attach_workspace: + at: . + - run: + name: Run frontend tests + command: npm run test eslint: docker: - image: "cimg/node:lts"