fix: sequential writes #269
main-workflows.yml
on: pull_request
build
/
Run Build
35s
lint
/
Lint Commit Messages
14s
lint
/
Run Linters
42s
test
/
Run unit tests
Annotations
10 errors
lint / Run Linters:
packages/blocknumber/test/providers/blockmetaBlockNumberProvider.spec.ts#L49
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/providers/blockmetaBlockNumberProvider.spec.ts#L243
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/providers/blockmetaBlockNumberProvider.spec.ts#L250
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/providers/blockmetaBlockNumberProvider.spec.ts#L257
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/providers/evmBlockNumberProvider.spec.ts#L62
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/providers/evmBlockNumberProvider.spec.ts#L77
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/providers/evmBlockNumberProvider.spec.ts#L109
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/providers/evmBlockNumberProvider.spec.ts#L122
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/services/blockNumberService.spec.ts#L98
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint / Run Linters:
packages/blocknumber/test/services/blockNumberService.spec.ts#L122
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|