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 feae261613 - Show all commits

View file

@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: node
image: node:16
commands:
- npm install
- npm test