mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-11 12:44:22 +08:00
Create injector for each test
This commit is contained in:
@@ -2,7 +2,7 @@ factory = {}
|
||||
|
||||
module "reader factory", {
|
||||
setup: () ->
|
||||
factory = injector.get "readerFactory"
|
||||
factory = getInjector().get 'readerFactory'
|
||||
}
|
||||
|
||||
test "reads markdown", () ->
|
||||
|
||||
Reference in New Issue
Block a user