Skip to content

Commit

Permalink
chore: change to src/index.ts (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Oct 31, 2023
1 parent c25d085 commit 67fab1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
coverageDirectory: 'coverage',
preset: 'ts-jest',
testEnvironment: 'node',
transformIgnorePatterns: ['node_modules/(?!(@agoraio-extensions)/)'],
testRegex: 'src/__tests__/.*\\.(test|spec)\\.[jt]sx?$',
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@agoraio-extensions/terra_shared_configs",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"test": "jest",
Expand Down

0 comments on commit 67fab1a

Please sign in to comment.