File tree Expand file tree Collapse file tree 4 files changed +6519
-7330
lines changed Expand file tree Collapse file tree 4 files changed +6519
-7330
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,11 @@ module.exports = {
22 root : true ,
33 extends : [
44 '@nuxtjs'
5+ ] ,
6+ env : {
7+ 'jest/globals' : true
8+ } ,
9+ plugins : [
10+ 'jest'
511 ]
612}
Original file line number Diff line number Diff line change 1616 matrix :
1717 # os: [ubuntu-latest, macos-latest, windows-latest]
1818 os : [ubuntu-latest]
19- node : [12, 14]
19+ node : [14]
2020
2121 steps :
2222 - uses : actions/setup-node@v2
Original file line number Diff line number Diff line change 2727 "@nuxtjs/eslint-config" : " latest" ,
2828 "@nuxtjs/module-test-utils" : " latest" ,
2929 "eslint" : " latest" ,
30- "husky" : " latest" ,
30+ "eslint-plugin-jest" : " latest" ,
31+ "husky" : " ^4.3.8" ,
3132 "jest" : " latest" ,
3233 "nuxt-edge" : " latest" ,
3334 "standard-version" : " latest" ,
3435 "stylelint" : " latest"
3536 },
3637 "peerDependencies" : {
37- "stylelint" : " ^13.0.0 || ^14.0.0 " ,
38+ "stylelint" : " >=13 " ,
3839 "webpack" : " ^4.0.0 || ^5.0.0"
3940 },
4041 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments