Skip to content

Commit

Permalink
Switch Jest configuration to jest-preset-stylelint (#108)
Browse files Browse the repository at this point in the history
* test: rename test files to include `.test` within the filename

* chore: use `jest-preset-stylelint` Jest stylelint shared config preset
  • Loading branch information
ntwb committed Apr 6, 2018
1 parent 764e51c commit a5a6ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,6 +24,7 @@
"eslint": "^4.1.0",
"eslint-config-stylelint": "^8.0.0",
"jest": "^22.0.0",
"jest-preset-stylelint": "^1.3.0",
"npm-run-all": "^4.0.0",
"npmpub": "^3.0.1",
"remark-cli": "^5.0.0",
Expand All @@ -50,8 +51,7 @@
]
},
"jest": {
"testEnvironment": "node",
"verbose": true
"preset": "jest-preset-stylelint"
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit a5a6ae0

Please sign in to comment.