Skip to content

Commit

Permalink
fixup! Complete tests, reconfigure jest
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Sep 11, 2021
1 parent 59ad297 commit bd95c35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ ignores:
#
# dev deps
#

# safety fallback for npm lifecycle scripts, not used normally
- "@lavamoat/preinstall-always-fail"
# used in testing + ci
- "@metamask/auto-changelog" # invoked as `auto-changelog`
- "@metamask/forwarder"
- "@metamask/test-dapp"
- "@sentry/cli" # invoked as `sentry-cli`
- "chromedriver"
- "geckodriver"
- "depcheck" # ooo meta
- "ganache-cli"
- "geckodriver"
- "jest"
- "lavamoat-viz"
- "@sentry/cli" # invoked as `sentry-cli`
- "prettier-plugin-sort-json" # automatically imported by prettier
- "source-map-explorer"
- "depcheck" # ooo meta
# development tool
- "yarn-deduplicate"
# storybook
Expand Down

0 comments on commit bd95c35

Please sign in to comment.