huge clean up of project. Now uses @types, and removed committed typings.
Formatted the imports too
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
/// <reference path="../typings/mocha/mocha.d.ts" />
|
||||
/// <reference path="../typings/chai/chai.d.ts" />
|
||||
|
||||
import {assert} from "chai";
|
||||
import {Numbering} from "../numbering";
|
||||
import { assert } from "chai";
|
||||
import { Numbering } from "../numbering";
|
||||
|
||||
function jsonify(obj: Object) {
|
||||
let stringifiedJson = JSON.stringify(obj);
|
||||
@ -10,7 +7,7 @@ function jsonify(obj: Object) {
|
||||
}
|
||||
|
||||
describe("", () => {
|
||||
|
||||
|
||||
let numbering = new Numbering;
|
||||
beforeEach(() => {
|
||||
numbering = new Numbering();
|
||||
|
Reference in New Issue
Block a user