Skip to content

Commit

Permalink
Init project
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Nov 9, 2023
1 parent e81d258 commit cf81c7d
Show file tree
Hide file tree
Showing 8 changed files with 9,168 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 cf81c7d

Please sign in to comment.