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' ;
9
3
10
4
test ( '0' , ( ) => { } ) ;
11
5
Original file line number Diff line number Diff line change 1
1
// Mock file
2
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
3
import { Gravatar } from '../generated/schema' ;
Original file line number Diff line number Diff line change 1
1
// Mock file
2
+ // eslint-disable-next-line unicorn/no-empty-file
You can’t perform that action at this time.
0 commit comments