Squashed commit of the following:

commit f6174179405cbf696415b17bbfcb157b6c3415cf
Author: sonny <sonnyba871@gmail.com>
Date:   Thu Jan 2 23:26:49 2020 +0100

    redux tests
This commit is contained in:
Sonny 2020-01-30 20:29:32 +01:00
parent 62e763604e
commit c3b087e004
20 changed files with 4733 additions and 56 deletions

View file

@ -37,6 +37,18 @@ python tests:
script:
- python src/manage.py test newsreader
javascript tests:
image: node:12
stage: test
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths:
- node_modules/
before_script:
- npm install
script:
- npm test
javascript linting:
image: node:12
stage: lint