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

@@ -14,7 +14,7 @@
*/
import {Logger} from '@openstapps/logger';
import {expect} from 'chai';
import {slow, suite, test, timeout} from 'mocha-typescript';
import {slow, suite, test, timeout} from '@testdeck/mocha';
import {cwd} from 'process';
import {getTsconfigPath} from '../src/common';