Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk committed Apr 16, 2020
1 parent 0b41cf2 commit 0cb2533
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 465 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
on:
[pull_request]
pull_request:
branches:
- master
push:
branches:
- master

name: Check

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"private": true,
"main": "entrypoint.js",
"scripts": {
"check-lint": "prettier --list-different src/**.js test/**.js && eslint src/**.js test/**.js",
"lint": "prettier --write src/**.js test/**.js && eslint --fix src/**.js test/**.js",
"check-lint": "prettier --list-different src/**.js && eslint src/**.js",
"lint": "prettier --write src/**.js && eslint --fix src/**.js",
"test": "jest --coverage"
},
"repository": {
Expand Down
Loading

0 comments on commit 0cb2533

Please sign in to comment.