We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d609e49 commit e4dc81fCopy full SHA for e4dc81f
module.test.ts
@@ -5,9 +5,9 @@ import goGitIt from './src/index.js';
5
6
const repoURL = 'https://github.com/extension-js/extension.js';
7
const folderURL =
8
- 'https://github.com/extension-js/extension.js/tree/main/templates/react/images';
+ 'https://github.com/extension-js/extension.js/tree/main/templates/react/src/images';
9
const fileURL =
10
- 'https://github.com/extension-js/extension.js/blob/main/templates/react/manifest.json';
+ 'https://github.com/extension-js/extension.js/blob/main/templates/react/src/manifest.json';
11
const customPath = path.resolve(__dirname, 'some/extraordinary/folder');
12
13
describe('go-git-it', () => {
0 commit comments