Skip to content

Commit 9e5e8e9

Browse files
committed
no dirname
1 parent a596fb8 commit 9e5e8e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__e2e__/config.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ beforeEach(() => {
5050
// Initialise React Native project
5151
runCLI(DIR, ['init', 'TestProject', '--install-pods']);
5252
// Link CLI to the project
53-
spawnScript('yarn', ['link', '.', '--all'], {
53+
spawnScript('yarn', ['link', '--all'], {
5454
cwd: path.join(DIR, 'TestProject'),
5555
});
5656
});

__e2e__/root.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ beforeAll(() => {
1919
runCLI(DIR, ['init', 'TestProject', `--pm`, 'npm', `--install-pods`]);
2020

2121
// Link CLI to the project
22-
spawnScript('yarn', ['link', '.', '--all'], {
22+
spawnScript('yarn', ['link', '--all'], {
2323
cwd: path.join(DIR, 'TestProject'),
2424
});
2525
});

0 commit comments

Comments
 (0)