File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/create-app/src/lib/__tests__ Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ describe('create-app command', () => {
3535 // Optionally, verify contents of package.json
3636 const packageJson = JSON . parse ( readFileSync ( packageJsonPath , 'utf-8' ) ) ;
3737 expect ( packageJson . name ) . toBe ( `@testing-library/react-native` ) ; // TODO: update project name
38-
39- rmSync ( projectPath , { recursive : true , force : true } ) ;
4038 } ) ;
4139
4240 it ( 'should create a new project from local directory template' , async ( ) => {
@@ -63,7 +61,5 @@ describe('create-app command', () => {
6361 // Optionally, verify contents of package.json
6462 const packageJson = JSON . parse ( readFileSync ( packageJsonPath , 'utf-8' ) ) ;
6563 expect ( packageJson . name ) . toBe ( '@callstack/rnef-template-default' ) ; // TODO: projectName
66-
67- rmSync ( projectPath , { recursive : true , force : true } ) ;
6864 } ) ;
6965} ) ;
You can’t perform that action at this time.
0 commit comments