Skip to content

Commit

Permalink
fix(nx-plugin): fix explicity obsolete type (#18888)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Aug 29, 2023
1 parent c48f3aa commit 759c5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 759c5e1

Please sign in to comment.