mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
Clarify test folder location
This commit is contained in:
parent
144b07e804
commit
6c9c8c0e4e
1 changed files with 2 additions and 2 deletions
|
@ -18,5 +18,5 @@ Contributions, issues and feature requests are very welcome. If you are using th
|
|||
**/src/bindings/<name>**:
|
||||
- Contains the bindings for Node.js server framework <name> (i.e. express, HAPI, Koa, connect)
|
||||
|
||||
**/test**:
|
||||
- Contains only the index file for tests. All other test files go in the same folder as the code they are testing, and should be named *.test.ts.
|
||||
**/src/test**:
|
||||
- Contains only the `tests.ts` file that imports other tests. All real test files go in the same folder as the code they are testing, and should be named `*.test.ts`.
|
||||
|
|
Loading…
Add table
Reference in a new issue