fix(nx-plugin): fix explicity obsolete type (#18888)

This commit is contained in:
Miroslav Jonaš 2023-08-29 19:30:51 +02:00 committed by GitHub
parent c48f3aa319
commit 759c5e1a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ describe('<%= cliName %>', () => {
* Creates a test project with create-nx-workspace and installs the plugin
* @returns The directory where the test project was created
*/
function createTestProject(extraArgs: string = '') {
function createTestProject(extraArgs = '') {
const projectName = 'test-project';
const projectDirectory = join(process.cwd(), 'tmp', projectName);