File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ describe('nx-ktor e2e', () => {
6464 ) ;
6565 expect ( ( ) =>
6666 checkFilesExist (
67- `${ directory } /gradlew` ,
68- `${ directory } /build.gradle.kts`
69- //`${directory}/src/main/kotlin/example/com/Application.kt` FIXME: bug in the generator, the package is not being created
67+ `${ projectDirectory } / ${ directory } /gradlew` ,
68+ `${ projectDirectory } / ${ directory } /build.gradle.kts`
69+ //`${projectDirectory}/${ directory}/src/main/kotlin/example/com/Application.kt` FIXME: bug in the generator, the package is not being created
7070 )
7171 ) . not . toThrow ( ) ;
7272
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { getPackageManagerCommand } from '@nx/devkit';
22import {
33 checkFilesExist ,
44 createTestProject ,
5- noFormat ,
65 runNxCommandAsync ,
76} from '@nxrocks/common/testing' ;
87import { execSync } from 'child_process' ;
@@ -72,7 +71,7 @@ describe('nx-melos e2e', () => {
7271 const end = new Date ( ) . getTime ( ) ;
7372 console . log ( `${ script . name } took ${ end - start } ms` ) ;
7473 totalExecutorsTime += end - start ;
75- expect ( noFormat ( result . stdout ) ) . toContain ( script . output ) ;
74+ expect ( result . stdout ) . toContain ( script . output ) ;
7675 }
7776 console . log ( `Total executors time: ${ totalExecutorsTime } ms` ) ;
7877
Original file line number Diff line number Diff line change 6868 "e2e-ci--**/**" : {
6969 "inputs" : [" e2eInputs" , " ^production" ],
7070 "parallelism" : false ,
71- "dependsOn" : [" @nx/nx-source :populate-local-registry-storage " ]
71+ "dependsOn" : [" nxrocks :populate-local-registry" ]
7272 },
7373 "nx-release-publish" : {
7474 "options" : {
You can’t perform that action at this time.
0 commit comments