UNPKG

@mapbox/cloudfriend

Version:

Helper functions for assembling CloudFormation templates in JavaScript

15 lines (13 loc) 259 B
'use strict'; module.exports = { testEnvironment: 'node', testMatch: ['**/test/*.test.js'], collectCoverageFrom: [ 'index.js', 'lib/**/*.js', 'bin/**/*.js', '!**/node_modules/**' ], coverageDirectory: 'coverage', verbose: true };