Skip to content

Commit

Permalink
Merge pull request #1 from xdblab/init
Browse files Browse the repository at this point in the history
Init project
  • Loading branch information
longquanzheng authored Nov 10, 2023
2 parents e81d258 + fc8f7ee commit 784572b
Show file tree
Hide file tree
Showing 17 changed files with 9,281 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,12 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

/node_modules

# Ignore test-related files
/coverage.data
/coverage/

# Build files
/dist
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};
Loading

0 comments on commit 784572b

Please sign in to comment.