Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Aug 10, 2023
2 parents acc2865 + 6b9c03e commit 2a932fe
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 701 deletions.
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"pkgRoot": "dist",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
testMatch: ['**/tests/**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.ts$': '@swc/jest',
},
coverageThreshold: {
global: {
Expand Down

0 comments on commit 2a932fe

Please sign in to comment.