Skip to content

Commit

Permalink
chore: Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
plavreshin committed Jan 5, 2024
1 parent e069b86 commit a7585f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ curl --request POST \

### High-level overview

This is a sample implementation of an ACRCloud client and GrapQL API that offers music tracks lookup by artist and track name.
The implementation follows Apollo team guidelines to implement GraphQL API as well as uses codegen to produce valid types and resolvers.


### Stack used

Expand All @@ -86,7 +89,7 @@ curl --request POST \
There is
- single unit spec `src/service/client/arcCloudClient.spec.ts`
- single integration spec `__tests__/trackApi.integration.spec.ts`
- single e2e spec ``
- single e2e spec `e2e/trackApi.e2e.spec.ts`

The goal is to capture implemented resolvers snapshots as baseline hence jest snapshots are used there, see `__tests__/__snapshots__/trackApi.integration.spec.ts.snap`.

Expand Down

0 comments on commit a7585f3

Please sign in to comment.