From 84f92fe5d74526520922f1b3747d0cfd3522dc28 Mon Sep 17 00:00:00 2001 From: archive-sebastian Date: Mon, 10 Dec 2018 10:49:55 +0100 Subject: [PATCH] excluded none spec files from test runner --- TypeScript/test/mocha.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TypeScript/test/mocha.opts b/TypeScript/test/mocha.opts index bf3868c8..7f3499f7 100644 --- a/TypeScript/test/mocha.opts +++ b/TypeScript/test/mocha.opts @@ -1,4 +1,4 @@ --compilers ts-node/register --require source-map-support/register --recursive -test/**/*.ts +test/**/*.spec.ts