Skip to content

Commit 56ab007

Browse files
committed
Update test URLs for templates paths
Align partial download tests with the current extension.js template layout so folder/file downloads resolve correctly
1 parent d609e49 commit 56ab007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import goGitIt from './src/index.js';
55

66
const repoURL = 'https://github.com/extension-js/extension.js';
77
const folderURL =
8-
'https://github.com/extension-js/extension.js/tree/main/templates/react/images';
8+
'https://github.com/extension-js/extension.js/tree/main/templates/react/src/images';
99
const fileURL =
10-
'https://github.com/extension-js/extension.js/blob/main/templates/react/manifest.json';
10+
'https://github.com/extension-js/extension.js/blob/main/templates/react/src/manifest.json';
1111
const customPath = path.resolve(__dirname, 'some/extraordinary/folder');
1212

1313
describe('go-git-it', () => {

0 commit comments

Comments
 (0)