Skip to content

Commit

Permalink
feat(core): add memfs to missing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored and FrozenPandaz committed Jan 30, 2023
1 parent 5c09d12 commit 95921c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nx/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"**/*.spec.js",
"**/*.spec.jsx",
"**/*.d.ts",
"jest.config.ts",
"src/utils/testing/mock-fs.ts"
"jest.config.ts"
]
}
1 change: 1 addition & 0 deletions scripts/depcheck/missing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const IGNORE_MATCHES_IN_PACKAGE = {
'@nrwl/nx-native-win32-arm64-msvc', // native optional deps
'@nrwl/nx-native-win32-ia32-msvc', // native optional deps
'@nrwl/nx-native-win32-x64-msvc', // native optional deps
'memfs', // used in mock for handling .node files in tests
],
web: [
// we don't want to bloat the install of @nrwl/web by including @swc/core and swc-loader as a dependency.
Expand Down

0 comments on commit 95921c3

Please sign in to comment.