Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Dec 19, 2022
1 parent 73ada30 commit 2332ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generated/google/protobuf/timestamp.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @ts-nocheck */
// @ts-nocheck
/* eslint-disable */
// @generated by protobuf-ts 2.8.2 with parameter generate_dependencies,long_type_string,eslint_disable,client_generic
// @generated from protobuf file "google/protobuf/timestamp.proto" (package "google.protobuf", syntax proto3)
Expand Down
4 changes: 3 additions & 1 deletion src/utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck

import assert from 'node:assert';
import { describe, it } from 'node:test';
import { formatDate, getIpfsHash } from './utils';
Expand All @@ -16,7 +18,7 @@ describe('substreams', () => {
* Expect a promise to throw an error with a specific message.
* @param promise - The promise to await.
* @param {string} errorMsg - The error message that we expect to see.
*/
*/
const expectToThrow = async (promise: Promise<any>, errorMsg: string) => {
try {
await promise
Expand Down

0 comments on commit 2332ff8

Please sign in to comment.