Skip to content

Commit a3d2a0a

Browse files
Remove old graph endpoints and scripts (#320)
1 parent 329568c commit a3d2a0a

File tree

1,938 files changed

+242
-1162979
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,938 files changed

+242
-1162979
lines changed

package-lock.json

Lines changed: 1 addition & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graph/jest.config.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
const baseConfig = require('@microsoft/teams.config/jest.config');
2+
const pkg = require('./package.json');
23

34
module.exports = {
45
...baseConfig,
5-
collectCoverageFrom: [
6-
'src/index.ts', // Only collect coverage for this file
7-
'!**/*.d.ts',
8-
'!**/dist/**',
9-
'!**/coverage/**',
10-
'!**/node_modules/**',
11-
],
12-
moduleNameMapper: {
13-
'^@utils/(.*)$': '<rootDir>/src/utils/$1',
14-
'^src/../package.json$': '<rootDir>/package.json',
6+
globals: {
7+
__PACKAGE_VERSION__: pkg.version,
158
},
169
};

0 commit comments

Comments
 (0)