Skip to content

Commit

Permalink
Merge pull request #1 from beclab/change-terminusName-generation-rule
Browse files Browse the repository at this point in the history
Modify the generation rules for terminusName
  • Loading branch information
pengpeng authored May 2, 2024
2 parents 396c611 + 254df9e commit fd168db
Show file tree
Hide file tree
Showing 7 changed files with 8,320 additions and 3,702 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Terminus License
# Terminus License

## Acceptance

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# core
# core
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
transform: { '^.+\\.ts?$': 'ts-jest' },
testEnvironment: 'node',
testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
};
Loading

0 comments on commit fd168db

Please sign in to comment.