Skip to content

Commit

Permalink
test: more snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Nov 9, 2023
1 parent 4842d1e commit 9760914
Show file tree
Hide file tree
Showing 13 changed files with 648 additions and 173 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lint:staged": "nice-move lint staged",
"prepare": "nice-move git hooks",
"prepublishOnly": "pnpm run lint:staged && pnpm test",
"snapshot": "ava --fail-fast -u",
"snapshot": "ava --fail-fast -u -w",
"test": "ava --fail-fast"
},
"dependencies": {
Expand All @@ -58,16 +58,17 @@
"devDependencies": {
"@bring-it/npm": "^0.3.9",
"@nice-move/cli": "^0.10.13",
"@nice-move/eslint-config-base": "^0.9.22",
"@nice-move/prettier-config": "^0.9.7",
"@nice-move/eslint-config-base": "^0.9.23",
"@nice-move/prettier-config": "^0.9.8",
"ava": "^5.3.1",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-plugin-ava": "^14.0.0",
"garou": "^0.6.17",
"prettier": "^3.0.3",
"remark": "^15.0.1",
"svgo": "^3.0.2",
"svgo-config": "^0.5.0"
"svgo": "^3.0.3",
"svgo-config": "^0.5.0",
"unist-util-remove-position": "^5.0.0"
},
"engines": {
"node": ">=18.0.0 || ^16.13.0"
Expand All @@ -76,7 +77,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"eslintConfig": {
"extends": "@nice-move/eslint-config-base"
},
Expand Down
Loading

0 comments on commit 9760914

Please sign in to comment.