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

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
- npm test