mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 19:42:05 +00:00
update fs package
This commit is contained in:
parent
5b39f3fb3d
commit
bc38486188
@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const { readFile, rm, stat } = require('fs/promises');
|
||||
const { readFile, rm, stat } = require('fs-extra');
|
||||
const strapiGenerators = require('../../index');
|
||||
|
||||
describe('Content Type Generator', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user