mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
cleanup
This commit is contained in:
parent
2740ce9831
commit
504d654d73
@ -13,7 +13,7 @@ const inquirer = require('inquirer');
|
||||
|
||||
const exportTemplate = require('../actions/templates/generate/action');
|
||||
|
||||
describe('generate:template command', () => {
|
||||
describe('templates:generate command', () => {
|
||||
beforeEach(() => {
|
||||
jest.spyOn(console, 'log').mockImplementation(() => {});
|
||||
jest.clearAllMocks();
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
const { getLocalScript } = require('../../../utils/helpers');
|
||||
|
||||
/**
|
||||
*`$ strapi generate:template <directory>`
|
||||
*`$ strapi templates:generate <directory>`
|
||||
* @param {import('../../../../types/core/commands').AddCommandOptions} options
|
||||
*/
|
||||
module.exports = ({ command }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user