added different types of underline

This commit is contained in:
Dolan Miu
2016-07-13 00:59:53 +01:00
parent 54b2c16d7a
commit adb4e933ef
5 changed files with 172 additions and 13 deletions

View File

@ -10,7 +10,7 @@ function jsonify(obj: Object) {
return JSON.parse(stringifiedJson);
}
describe.only("Run", () => {
describe("Run", () => {
let run: Run;
beforeEach(() => {