mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Linter
This commit is contained in:
@@ -182,7 +182,7 @@ describe('GitRepositoryAsync', () => {
|
||||
let editor
|
||||
|
||||
beforeEach(() => {
|
||||
spyOn(atom, "confirm")
|
||||
spyOn(atom, 'confirm')
|
||||
|
||||
const workingDirPath = copyRepository()
|
||||
repo = new GitRepositoryAsync(workingDirPath, {project: atom.project, config: atom.config, confirm: atom.confirm})
|
||||
|
||||
Reference in New Issue
Block a user