UNPKG

strapi-plugin-transformer

Version:

A plugin for Strapi Headless CMS that provides the ability to transform the API request and/or response.

10 lines (7 loc) 253 B
'use strict'; module.exports = { // Indicates which provider should be used to instrument code for coverage coverageProvider: 'v8', // The glob patterns Jest uses to detect test files testMatch: ['**/__tests__/**/?(*.)+(spec|test).[jt]s?(x)'], };