Update jest setup

This commit is contained in:
Sonny Bakker 2024-08-24 16:15:25 +02:00
parent 9e6be5c807
commit 3152c8f14e
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,6 @@ javascript-tests:
stage: test
image: node:lts
before_script:
- npm install
- npm ci
script:
- npm test