fix(nx-plugin): fix explicity obsolete type (#18888)
This commit is contained in:
parent
c48f3aa319
commit
759c5e1a4e
@ -29,7 +29,7 @@ describe('<%= cliName %>', () => {
|
|||||||
* Creates a test project with create-nx-workspace and installs the plugin
|
* Creates a test project with create-nx-workspace and installs the plugin
|
||||||
* @returns The directory where the test project was created
|
* @returns The directory where the test project was created
|
||||||
*/
|
*/
|
||||||
function createTestProject(extraArgs: string = '') {
|
function createTestProject(extraArgs = '') {
|
||||||
const projectName = 'test-project';
|
const projectName = 'test-project';
|
||||||
const projectDirectory = join(process.cwd(), 'tmp', projectName);
|
const projectDirectory = join(process.cwd(), 'tmp', projectName);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user