Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-05-04 03:13:19 +0300
committerDavid O'Regan <doregan@gitlab.com>2023-05-04 03:13:19 +0300
commitb31413af58841441277588cf51c95d0ddd96a875 (patch)
tree2755be1eda09f5186b63079d40b868f49cc804f6 /Makefile
parenta998970576a7d11bb2a9b43100e470b26ea47edc (diff)
Add @vue/compat for testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e445dc17..7867252e 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,7 @@ rspec-tests:
jest-tests:
@printf "\n$(INFO)INFO: Running Jest tests...$(END)\n"
@yarn test
+ @yarn test:vue3
eslint-tests:
@printf "\n$(INFO)INFO: Running ESLint tests...$(END)\n"