File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import { should } from 'chai' ;
2
2
import { DoubleLinkedListInstance } from '../../types/truffle-contracts' ;
3
3
4
- const DoubleLinkedList = artifacts . require ( './lists/DoubleLinkedList.sol' ) as Truffle . Contract < DoubleLinkedListInstance > ;
4
+ const DoubleLinkedList = artifacts
5
+ . require ( './lists/DoubleLinkedList.sol' ) as Truffle . Contract < DoubleLinkedListInstance > ;
5
6
should ( ) ;
6
7
7
8
const emptyData = '0x0000000000000000000000000000000000000000' ;
Original file line number Diff line number Diff line change 18
18
"no-bitwise" : true ,
19
19
"no-conditional-assignment" : true ,
20
20
"no-consecutive-blank-lines" : false ,
21
+ "no-unused-expression" : false ,
21
22
"no-console" : {
22
23
"severity" : " warning" ,
23
24
"options" : [
You can’t perform that action at this time.
0 commit comments