Cli tests should be ran too. (#161)

* Cli tests should be ran too.

* Updating snapshot.
This commit is contained in:
David Díaz 2020-11-21 20:02:01 -06:00 committed by GitHub
parent d6c6c0c7e4
commit 2af8e5492f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,9 @@ jobs:
wget https://codeclimate.com/downloads/test-reporter/test-reporter-0.6.3-linux-amd64 -O cc-test-reporter
chmod +x ./cc-test-reporter
- name: Run Tests
- name: Run CLI Tests
run: npm test -- ./bin
- name: Run Lib Tests
run: npm run test:coverage
- name: Report Results
if: success()

View File

@ -9,9 +9,7 @@ Array [
",
"
",
"{
\\"hello\\": \\"world\\"
}
"{\\"hello\\": \\"world\\"}
",
]
`;