test: change mocha-typescript to @testdeck/mocha

This commit is contained in:
Wieland Schöbl
2020-11-23 12:57:49 +01:00
parent a09be1d941
commit abdd62a4db
9 changed files with 46 additions and 410 deletions

View File

@@ -15,7 +15,7 @@
import {expect} from 'chai';
import {resolve} from 'path';
import {existsSync, unlinkSync} from 'fs';
import {slow, suite, test, timeout} from 'mocha-typescript';
import {slow, suite, test, timeout} from '@testdeck/mocha';
import {getProjectReflection} from '../src/common';
import {createDiagram, createDiagramFromString} from '../src/uml/create-diagram';
import {UMLConfig} from '../src/uml/uml-config';