Skip to content

Commit

Permalink
Merge main into sweep/increase-test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 24, 2023
2 parents 7afdbc4 + 8a6ad56 commit a017494
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ dist

# Eslint cache
.eslintcache
.tap
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepare": "husky install",
"start": "tsx src/server.ts",
"start:prod": "HYPERDX_API_KEY='bb2f34d0-55eb-4623-94e8-087962d2cc67' OTEL_SERVICE_NAME='fastify-starter' npx opentelemetry-instrument dist/server.js",
"test": "cross-env TS_NODE_FILES=true tap --ts test/**/*.test.ts",
"test": "cross-env TS_NODE_FILES=true tap test/**/*.test.ts",
"typecheck": "tsc -b"
},
"lint-staged": {
Expand Down Expand Up @@ -66,6 +66,7 @@
"swagger-jsdoc": "6.2.8"
},
"devDependencies": {
"@tapjs/test": "^1.3.13",
"@trivago/prettier-plugin-sort-imports": "4.2.1",
"@types/busboy": "1.5.2",
"@types/dotenv": "8.2.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a017494

Please sign in to comment.