Skip to content

Commit

Permalink
Changed rootDir
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Nov 1, 2023
1 parent 3ee260a commit c401f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"emitDeclarationOnly": true,
"noEmit": false,
"outDir": "dist",
"rootDir": "src"
"rootDir": "./"
},
"files": ["src/index.ts"],
"include": ["src"]
Expand Down

1 comment on commit c401f0b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 92.45% 245/265
🟢 Branches 83.19% 94/113
🟢 Functions 90% 63/70
🟢 Lines 92.19% 236/256

Test suite run success

328 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from c401f0b

Please sign in to comment.