File tree Expand file tree Collapse file tree 5 files changed +30
-30
lines changed
imba/test/__mocks__/@paralleldrive
ts/test/__mocks__/@paralleldrive
imba/__mocks__/@paralleldrive
ts/__mocks__/@paralleldrive
scripts/e2e/test/__mocks__/@paralleldrive Expand file tree Collapse file tree 5 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1- // Mock for @paralleldrive /cuid2
1+ //Mock for @paralleldrive /cuid2
22
33module . exports = {
4- createId : jest . fn ( do 'mock-id' ) ,
5- init : jest . fn ! ,
6- getConstants : jest . fn ( do ( { } ) ) ,
7- isCuid : jest . fn ( do true )
8- }
4+ createId : jest . fn ( ( ) => 'mock-id' ) ,
5+ init : jest . fn ( ) ,
6+ getConstants : jest . fn ( ( ) => ( { } ) ) ,
7+ isCuid : jest . fn ( ( ) => true )
8+ } ;
Original file line number Diff line number Diff line change 1- // Mock for @paralleldrive /cuid2
1+ //Mock for @paralleldrive /cuid2
22
33module . exports = {
4- createId : jest . fn ( do 'mock-id' ) ,
5- init : jest . fn ! ,
6- getConstants : jest . fn ( do ( { } ) ) ,
7- isCuid : jest . fn ( do true )
8- }
4+ createId : jest . fn ( ( ) => 'mock-id' ) ,
5+ init : jest . fn ( ) ,
6+ getConstants : jest . fn ( ( ) => ( { } ) ) ,
7+ isCuid : jest . fn ( ( ) => true )
8+ } ;
Original file line number Diff line number Diff line change 1- // Mock for @paralleldrive /cuid2
1+ //Mock for @paralleldrive /cuid2
22
33module . exports = {
4- createId : jest . fn ( do 'mock-id' ) ,
5- init : jest . fn ! ,
6- getConstants : jest . fn ( do ( { } ) ) ,
7- isCuid : jest . fn ( do true )
8- }
4+ createId : jest . fn ( ( ) => 'mock-id' ) ,
5+ init : jest . fn ( ) ,
6+ getConstants : jest . fn ( ( ) => ( { } ) ) ,
7+ isCuid : jest . fn ( ( ) => true )
8+ } ;
Original file line number Diff line number Diff line change 1- // Mock for @paralleldrive /cuid2
1+ //Mock for @paralleldrive /cuid2
22
33module . exports = {
4- createId : jest . fn ( do 'mock-id' ) ,
5- init : jest . fn ! ,
6- getConstants : jest . fn ( do ( { } ) ) ,
7- isCuid : jest . fn ( do true )
8- }
4+ createId : jest . fn ( ( ) => 'mock-id' ) ,
5+ init : jest . fn ( ) ,
6+ getConstants : jest . fn ( ( ) => ( { } ) ) ,
7+ isCuid : jest . fn ( ( ) => true )
8+ } ;
Original file line number Diff line number Diff line change 1- // Mock for @paralleldrive /cuid2
1+ //Mock for @paralleldrive /cuid2
22
33module . exports = {
4- createId : jest . fn ( do 'mock-id' ) ,
5- init : jest . fn ! ,
6- getConstants : jest . fn ( do ( { } ) ) ,
7- isCuid : jest . fn ( do true )
8- }
4+ createId : jest . fn ( ( ) => 'mock-id' ) ,
5+ init : jest . fn ( ) ,
6+ getConstants : jest . fn ( ( ) => ( { } ) ) ,
7+ isCuid : jest . fn ( ( ) => true )
8+ } ;
You can’t perform that action at this time.
0 commit comments