Skip to content

Commit 4ec14b4

Browse files
authored
deps: removed jsdom and marked (#56)
1 parent 59a0afe commit 4ec14b4

File tree

5 files changed

+653
-441
lines changed

5 files changed

+653
-441
lines changed

__tests__/swiftorg.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ describe('swiftorg sync validation', () => {
1616
await swiftorg.update()
1717
expect(rmdirSpy).not.toHaveBeenCalled()
1818
expect(execSpy).toHaveBeenCalledTimes(2)
19-
const gitArgs = [
20-
'submodule',
21-
'update',
22-
'--init',
23-
'--recursive',
24-
'--remote',
25-
'--merge'
26-
]
19+
const gitArgs = ['submodule', 'update', '--init', '--recursive', '--remote']
2720
expect(execSpy.mock.calls[1]).toStrictEqual([
2821
'git',
2922
gitArgs,

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)