Skip to content

Commit

Permalink
Move tests under src dir to comply with project configuration and
Browse files Browse the repository at this point in the history
resolve some compiler errors
  • Loading branch information
dariober committed Jan 10, 2025
1 parent 89c3424 commit 45afa5c
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 377 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [Setup](#setup)
- [Run CLI tests](#run-cli-tests)
- [Run docker test](#run-docker-test)

<!-- vim-markdown-toc -->

Expand Down Expand Up @@ -34,17 +35,17 @@ cd Apollo3/packages/apollo-cli
- To run all tests:

```
* yarn tsx test/test.ts
* yarn tsx src/test/test.ts
```

- To run only tests matching aregular expression:

```
yarn tsx --test-name-pattern='Print help|Feature get' test/test.ts
yarn tsx --test-name-pattern='Print help|Feature get' src/test/test.ts
```

# Run docker test

```
yarn tsx ./test/test_docker.ts
yarn tsx ./src/test/test_docker.ts
```
Loading

0 comments on commit 45afa5c

Please sign in to comment.