tatethurston / TwirpScript

A protobuf RPC framework for JavaScript and TypeScript
MIT License
141 stars 14 forks source link

Make E2E tests run under github actions #218

Open tatethurston opened 1 year ago

tatethurston commented 1 year ago

Currently in package.json test:ci only runs packages/ and examples/. Those should be deleted so jest runs all tests (which would include e2e).