strapi/packages/generators/api/jest.config.js

8 lines
140 B
JavaScript
Raw Normal View History

'use strict';
2018-07-19 14:46:03 +02:00
module.exports = {
name: 'generate-api',
displayName: 'Generated API',
testMatch: ['**/test/?(*.)+(spec|test).js'],
2018-07-19 14:46:03 +02:00
};