From b06d11e3793dfb269e7ea9b0c6f380fe531e776b Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Fri, 5 Jul 2019 22:44:32 +0200 Subject: [PATCH] :memo: remove reference to legacy file. Closes #190 The configuration for Jest tests with support fo the TypeScript files are now handled by Jest configuration file. Thanks! --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 86e67ed..0ce2a10 100644 --- a/README.md +++ b/README.md @@ -200,10 +200,9 @@ The full folder structure of this app is explained below: | .env.example | API keys, tokens, passwords, database URI. Clone this, but don't check it in to public repos. | | .travis.yml | Used to configure Travis CI build | | .copyStaticAssets.ts | Build script that copies images, fonts, and JS libs to the dist folder | -| jest.config.js | Used to configure Jest | +| jest.config.js | Used to configure Jest running tests written in TypeScript | | package.json | File that contains npm dependencies as well as [build scripts](#what-if-a-library-isnt-on-definitelytyped) | | tsconfig.json | Config settings for compiling server code written in TypeScript | -| tsconfig.tests.json | Config settings for compiling tests written in TypeScript | | tslint.json | Config settings for TSLint code style checking | ## Building the project