test: move to @testdeck/mocha

This commit is contained in:
Rainer Killinger
2022-08-17 10:13:26 +02:00
parent e6e75db3e8
commit 82a3651fb3
9 changed files with 193 additions and 835 deletions

View File

@@ -13,7 +13,7 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {expect} from 'chai';
import {suite, test} from 'mocha-typescript';
import {suite, test} from '@testdeck/mocha';
import {SMTP} from '../src/smtp';
@suite()