mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-23 13:50:24 +08:00
Reduce duplication
Some would also say it'd be a good idea not to put random stuff in the global namespace. One day I'll figure it out.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
test("jsonReader", () ->
|
||||
injector = angular.injector(["ng", "sideBySide"])
|
||||
jsonReader = injector.get("jsonReader")
|
||||
|
||||
testCases = [{
|
||||
tested: """
|
||||
{
|
||||
@@ -28,6 +25,5 @@ test("jsonReader", () ->
|
||||
}
|
||||
}]
|
||||
|
||||
for testCase in testCases
|
||||
deepEqual(jsonReader(testCase.tested), testCase.expected)
|
||||
testReader("jsonReader", testCases)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user