Skip to content

Commit

Permalink
Add virtual files and refactor snap fetching (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritave committed Dec 5, 2022
1 parent 0e51213 commit eea652c
Show file tree
Hide file tree
Showing 41 changed files with 2,042 additions and 885 deletions.
8 changes: 4 additions & 4 deletions packages/snaps-controllers/jest.config.js
Expand Up @@ -5,10 +5,10 @@ const baseConfig = require('../../jest.config.base');
module.exports = deepmerge(baseConfig, {
coverageThreshold: {
global: {
branches: 88.74,
functions: 97.23,
lines: 97.09,
statements: 97.09,
branches: 90.85,
functions: 97.45,
lines: 97.45,
statements: 97.45,
},
},
projects: [
Expand Down

0 comments on commit eea652c

Please sign in to comment.