Skip to content

Commit 2332ff8

Browse files
committed
fix types
1 parent 73ada30 commit 2332ff8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/generated/google/protobuf/timestamp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* @ts-nocheck */
1+
// @ts-nocheck
22
/* eslint-disable */
33
// @generated by protobuf-ts 2.8.2 with parameter generate_dependencies,long_type_string,eslint_disable,client_generic
44
// @generated from protobuf file "google/protobuf/timestamp.proto" (package "google.protobuf", syntax proto3)

src/utils.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-nocheck
2+
13
import assert from 'node:assert';
24
import { describe, it } from 'node:test';
35
import { formatDate, getIpfsHash } from './utils';
@@ -16,7 +18,7 @@ describe('substreams', () => {
1618
* Expect a promise to throw an error with a specific message.
1719
* @param promise - The promise to await.
1820
* @param {string} errorMsg - The error message that we expect to see.
19-
*/
21+
*/
2022
const expectToThrow = async (promise: Promise<any>, errorMsg: string) => {
2123
try {
2224
await promise

0 commit comments

Comments
 (0)