Skip to content

Commit

Permalink
chore: remove packages from path aliases that have been removed from …
Browse files Browse the repository at this point in the history
…convergence
  • Loading branch information
Hotell committed Mar 9, 2021
1 parent 3c8c268 commit 20cf224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jest.preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const baseConfig = {
},
testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
testPathIgnorePatterns: ['/node_modules/', '/lib/', '/lib-commonjs/'],
testPathIgnorePatterns: ['/node_modules/', '/lib/', '/lib-commonjs/', '/dist/'],
moduleNameMapper: { ...tsPathAliases },
cacheDirectory: '<rootDir>/.cache/jest',
clearMocks: true,
Expand Down
7 changes: 1 addition & 6 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,15 @@
"typeRoots": ["node_modules/@types", "./typings"],
"baseUrl": ".",
"paths": {
"@fluentui/set-version": ["packages/set-version/src/index.ts"],
"@fluentui/react-conformance": ["packages/react-conformance/src/index.ts"],
"@fluentui/react-context-selector": ["packages/react-context-selector/src/index.ts"],
"@fluentui/react-utilities": ["packages/react-utilities/src/index.ts"],
"@fluentui/react-make-styles": ["packages/react-make-styles/src/index.ts"],
"@fluentui/make-styles": ["packages/make-styles/src/index.ts"],
"@fluentui/react-provider": ["packages/react-provider/src/index.ts"],
"@fluentui/react-theme": ["packages/react-theme/src/index.ts"],
"@fluentui/react-theme-provider": ["packages/react-theme-provider/src/index.ts"],
"@fluentui/keyboard-key": ["packages/keyboard-key/src/index.ts"],
"@fluentui/utilities": ["packages/utilities/src/index.ts"],
"@fluentui/merge-styles": ["packages/merge-styles/src/index.ts"],
"@fluentui/dom-utilities": ["packages/dom-utilities/src/index.ts"],
"@fluentui/theme": ["packages/theme/src/index.ts"],
"@fluentui/react-window-provider": ["packages/react-window-provider/src/index.ts"],
"@fluentui/react-focus-management": ["packages/react-focus-management/src/index.ts"],
"@fluentui/react-menu": ["packages/react-menu/src/index.ts"]
}
Expand Down

0 comments on commit 20cf224

Please sign in to comment.