kopia lustrzana https://gitlab.com/rysiekpl/libresilient
starting to set-up testing env (ref. #6)
rodzic
b77e595009
commit
0971b70f63
|
@ -0,0 +1,15 @@
|
||||||
|
#
|
||||||
|
# cache please
|
||||||
|
cache:
|
||||||
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# samizdat.is production environment
|
||||||
|
libresilient-test:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- npm i --save-dev jest
|
||||||
|
- npx jest -c '{}'
|
Ładowanie…
Reference in New Issue