mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
Drop suffix from handler path
This commit is contained in:
parent
289b270c85
commit
8389698958
@ -8,7 +8,7 @@ describe "Task", ->
|
||||
spyOn(console, 'error')
|
||||
spyOn(console, 'warn')
|
||||
|
||||
jqueryTask = new Task('fixtures/jquery-task-handler.coffee')
|
||||
jqueryTask = new Task('fixtures/jquery-task-handler')
|
||||
jqueryLoaded = false
|
||||
jqueryTask.start (loaded) -> jqueryLoaded = loaded
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user