1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-691: Basic editor test

This commit is contained in:
Sergey 2023-04-25 18:17:59 +02:00 committed by Mikhail Iudin
parent 08a94ee10c
commit b905f2a1c4
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
5 changed files with 100 additions and 20 deletions

View file

@ -53,11 +53,13 @@ npm run test
First you need to start a docker container via docker-compose:
```
export ANYTYPE_TEST_GRPC_PORT=31088
docker-compose up -d
```
Then
```
export ANYTYPE_TEST_GRPC_PORT=31088
make test-integration
```