Skip to content

Commit 755bcd7

Browse files
committed
chore: fix ci
1 parent 2d709da commit 755bcd7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/create-app/src/lib/__tests__/e2e.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)