Skip to content

Commit

Permalink
Rename test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Dec 1, 2021
1 parent b65705d commit 206806d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"scripts": {
"pretest": "npm run lint",
"test": "tape tests/lib/*.js | tap-difflet",
"lint": "eslint src tests/lib"
"test": "tape tests/src/*.js | tap-difflet",
"lint": "eslint src tests/src"
},
"keywords": [
"eslint",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 206806d

Please sign in to comment.