image: node

before_script:
  - cd frontend-js
  - npm install  
  - cd ..

test_frontend:
  script:
    - cd frontend-js
    - npm test