Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4a287b6

Browse files
author
Orta
authored
Merge pull request #205 from peterblazejewicz/fix/190
📝 remove reference to legacy file. Closes #190
2 parents db9e1ba + 9ee5600 commit 4a287b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,9 @@ The full folder structure of this app is explained below:
200200
| .env.example | API keys, tokens, passwords, database URI. Clone this, but don't check it in to public repos. |
201201
| .travis.yml | Used to configure Travis CI build |
202202
| .copyStaticAssets.ts | Build script that copies images, fonts, and JS libs to the dist folder |
203-
| jest.config.js | Used to configure Jest |
203+
| jest.config.js | Used to configure Jest running tests written in TypeScript |
204204
| package.json | File that contains npm dependencies as well as [build scripts](#what-if-a-library-isnt-on-definitelytyped) |
205205
| tsconfig.json | Config settings for compiling server code written in TypeScript |
206-
| tsconfig.tests.json | Config settings for compiling tests written in TypeScript |
207206
| tslint.json | Config settings for TSLint code style checking |
208207

209208
## Building the project

0 commit comments

Comments
 (0)