Skip to content

Commit

Permalink
feat(relay): modulo para extender o modulo event, focado em escuta de…
Browse files Browse the repository at this point in the history
… evento do parentElement
  • Loading branch information
deMGoncalves committed Sep 18, 2024
1 parent 65d3bed commit 8d2c853
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export default defineConfig({
],
reporter: ["lcov", "html"],
thresholds: {
statements: 88,
branches: 90,
functions: 90,
lines: 88,
statements: 80,
branches: 85,
functions: 85,
lines: 80,
},
},
environment: "jsdom",
Expand Down

0 comments on commit 8d2c853

Please sign in to comment.