update fs package

This commit is contained in:
Dieter Stinglhamber 2021-12-02 14:43:16 +01:00
parent 5b39f3fb3d
commit bc38486188

View File

@ -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', () => {