UNPKG

@datastructures-es6/core

Version:

Implementation of the most common data structures in Javascript

13 lines (11 loc) 208 B
const config = { coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80, }, } }; export default config;