clean up
This commit is contained in:
@ -8,7 +8,7 @@ function jsonify(obj: Object) {
|
||||
return JSON.parse(stringifiedJson);
|
||||
}
|
||||
|
||||
describe('Body', () => {
|
||||
describe("Body", () => {
|
||||
var body: Body;
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user