UNPKG

ballyhoo

Version:

Bloody simple, super tiny, pub/sub JS events based on https://davidwalsh.name/pubsub-javascript implemented in ES6.

21 lines (16 loc) 581 B
// For a detailed explanation regarding each configuration property, visit: // https://jestjs.io/docs/en/configuration.html module.exports = { // Automatically clear mock calls and instances between every test clearMocks: true, // The directory where Jest should output its coverage files coverageDirectory: 'coverage', // Activates notifications for test results notify: true, // An array of regexp pattern strings that are matched against all test paths, // matched tests are skipped testPathIgnorePatterns: [ '/node_modules/', '/example/', ], };