initial commit

This commit is contained in:
Klemek
2019-07-09 18:24:06 +02:00
commit 52825c8c3f
8 changed files with 4708 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
dist: xenial
language: node_js
node_js:
- "12"
cache:
npm: true
directories:
- node_modules
install:
- npm install
script:
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
- jshint ./src