mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
un-f
This commit is contained in:
@@ -109,7 +109,7 @@ describe "Project", ->
|
||||
|
||||
describe ".scan(options, callback)", ->
|
||||
describe "when called with a regex", ->
|
||||
fit "calls the callback with all regex matches in all files in the project", ->
|
||||
it "calls the callback with all regex matches in all files in the project", ->
|
||||
matches = []
|
||||
waitsForPromise ->
|
||||
project.scan /(a)+/, ({path, match, range}) ->
|
||||
|
||||
Reference in New Issue
Block a user