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