@jtviegas/dyndbstore
Version:
store facade to a database, currently only DynamoDb implementation
16 lines (15 loc) • 340 B
JavaScript
module.exports = {
testEnvironment: 'node',
collectCoverage: true,
coverageReporters: ['clover', 'json', 'lcov', ['text', {skipFull: true}]],
coverageThreshold: {
global: {
branches: 70,
functions: 65,
lines: 75,
statements: 75,
},
},
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.js'],
};