mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 03:33:37 +00:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
preset: '../../../jest-preset.unit.js',
|
||
|
displayName: 'Plugin GraphQL',
|
||
|
// passWithNoTests: true,
|
||
|
};
|