Skip to content

Commit

Permalink
chore: clean up yarn-specific workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 31, 2023
1 parent f046f1d commit 36093a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"label": "install-fixtures",
"type": "shell",
"command": "npm install --cwd ${workspaceFolder}/test/fixture",
"command": "npm run install:fixture",
"presentation": {
"reveal": "never"
}
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions patches/mocha-chai-jest-snapshot+1.1.4.patch

This file was deleted.

0 comments on commit 36093a0

Please sign in to comment.