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
name: default
name: node-16-lts
steps:
- name: test
@ -7,3 +8,14 @@ steps:
commands:
- npm install
- npm test
---
kind: pipeline
name: node-latest
steps:
- name: test
image: node
commands:
- npm install
- npm test