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: steps:
- name: test - name: test
image: node image: node:16
commands: commands:
- npm install - npm install
- npm test - npm test