File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
packages/matchstick/mocks Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- import { log , test } from 'matchstick-as/assembly/index' ;
2- import { handleCreateGravatar , handleNewGravatar } from '../src/gravity' ;
3- import {
4- createNewGravatarEvent ,
5- handleNewGravatars ,
6- saveGravatarFromContract ,
7- trySaveGravatarFromContract ,
8- } from './utils' ;
1+ /* eslint-disable @typescript-eslint/no-empty-function */
2+ import { test } from 'matchstick-as/assembly/index' ;
93
104test ( '0' , ( ) => { } ) ;
115
Original file line number Diff line number Diff line change 11// Mock file
2+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
23import { Gravatar } from '../generated/schema' ;
Original file line number Diff line number Diff line change 11// Mock file
2+ // eslint-disable-next-line unicorn/no-empty-file
You can’t perform that action at this time.
0 commit comments