Added eslint and resolved linting error in test

This commit is contained in:
Unmesh Gundecha
2021-02-22 21:03:19 +08:00
parent 576d1ed48c
commit 4242c2bca5
5 changed files with 802 additions and 35 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Run Checklist
run: npm ci && npm test
run: npm ci && npx eslint test/. && npm run test