File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
packages/firebaseui-react/tests/__mocks__/@firebase-ui Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,4 @@ export const countryData = [
52
52
] ;
53
53
54
54
// Translation helpers
55
- export const getTranslation = vi . fn ( ( section , key ) => `${ section } .${ key } ` ) ;
56
- export const populateTranslation = vi . fn ( ( text , data ) => {
57
- if ( ! data ) return text ;
58
- let result = text ;
59
- Object . entries ( data ) . forEach ( ( [ key , value ] ) => {
60
- result = result . replace ( new RegExp ( `\\{\\{${ key } \\}\\}` , "g" ) , value ) ;
61
- } ) ;
62
- return result ;
63
- } ) ;
55
+ export const getTranslation = vi . fn ( ( section , key ) => `${ section } .${ key } ` ) ;
Original file line number Diff line number Diff line change 1
1
packages :
2
- - ' packages/*'
3
- - ' packages/angular/projects/*'
4
- - ' examples/*'
2
+ - packages/*
3
+ - packages/angular/projects/*
4
+ - examples/*
5
+ onlyBuiltDependencies :
6
+ - ' @parcel/watcher'
7
+ - esbuild
8
+ - lmdb
9
+ - msgpackr-extract
10
+ - protobufjs
11
+ - sharp
You can’t perform that action at this time.
0 commit comments