Implement testing library #2

Merged
Siklos merged 7 commits from tests into master 2022-08-03 08:45:17 -04:00
Showing only changes of commit ddc054f842 - Show all commits

View file

@ -1,5 +1,6 @@
---
kind: pipeline kind: pipeline
name: default name: node-16-lts
steps: steps:
- name: test - name: test
@ -7,3 +8,14 @@ steps:
commands: commands:
- npm install - npm install
- npm test - npm test
---
kind: pipeline
name: node-latest
steps:
- name: test
image: node
commands:
- npm install
- npm test