Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun authored and sunshinesmilelk committed Jan 30, 2024
1 parent 0f9e69d commit be7190e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const configs = {
'^.+\\.(js|jsx)$': ['@swc/jest', swcJestConfig],
},
transformIgnorePatterns: [
'^/node_modules/(?!react-dnd|dnd-core|query-string|@react-dnd)',
'^/node_modules/(?!react-dnd|dnd-core|query-string|lodash-es|@react-dnd)',
],
maxWorkers: process.env.JEST_MAX_WORKER || '100%',
coveragePathIgnorePatterns: [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"description": "JavaScript + Python hybrid monorepo",
"scripts": {
"bootstrap": "./scripts/bootstrap.sh",
"test:jest": "jest --logHeapUsage --show-config",
"test:jest": "jest",
"test:jest-config": "jest --show-config",
"coverage": "nx run-many --target=coverage",
"coverage:jest": "jest --coverage",
"postinstall": "is-ci || husky install",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ViewManager } from '@difizen/mana-app';
import {
CommandContribution,
inject,
MenuContribution,
singleton,
ToolbarContribution,
} from '@difizen/mana-app';
Expand Down

0 comments on commit be7190e

Please sign in to comment.