mirror of
https://github.com/strapi/strapi.git
synced 2025-07-17 14:02:21 +00:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
name: 'generate-api',
|
|
displayName: 'Generated API',
|
|
testMatch: ['**/test/?(*.)+(spec|test).js'],
|
|
};
|