Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add virtual files and refactor snap fetching #1019

Merged
merged 15 commits into from Dec 5, 2022
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