UNPKG

@cloud-carbon-footprint/gcp

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions from Google Cloud Platform.

24 lines (21 loc) 479 B
/* * © 2021 Thoughtworks, Inc. */ // eslint-disable-next-line @typescript-eslint/no-var-requires const baseConfig = require('../../jest.base.config') module.exports = { ...baseConfig, coverageThreshold: { global: { statements: 97, branches: 90, functions: 96, lines: 97, }, }, testPathIgnorePatterns: [ '<rootDir>/src/__tests__/fixtures', '<rootDir>/src/__tests__/helpers.ts', ], modulePathIgnorePatterns: ['index.ts'], }