Skip to content

Commit

Permalink
fix(fix): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Oct 19, 2023
1 parent b4f84fa commit 61f2a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ module.exports = function (root = __dirname) {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 50,
functions: 50,
lines: 50,
statements: 50,
branches: 75,
functions: 75,
lines: 75,
statements: 75,
},
},

Expand Down
1 change: 0 additions & 1 deletion packages/indexer-nibi/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./enum"
export * from "./query"
export * from "./gql/generated"
export * from "./gql"
Expand Down

0 comments on commit 61f2a24

Please sign in to comment.