File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ flowchart BT
1717 pk---validate("Entity.validate()")
1818 process-->validate
1919 validate---normNest("normalize(this.schema)")
20+ normNest-->mergeEntity("delegate.mergeEntity()")
2021 end
2122 Entity.normalize--processedEntity-->INSTORE
2223 subgraph INSTORE["Found In Store"]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ flowchart BT
1717 pk---validate("Entity.validate()")
1818 process-->validate
1919 validate---normNest("normalize(this.schema)")
20+ normNest-->mergeEntity("delegate.mergeEntity()")
2021 end
2122 Entity.normalize--processedEntity-->INSTORE
2223 subgraph INSTORE["Found In Store"]
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const projects = [
8383 testRegex : '(/__tests__/.*|(\\.|/)(test|spec))\\.node\\.(j|t)sx?$' ,
8484 } ,
8585 {
86- // RN preset at https://github.com/facebook/react-native/blob/main/jest-preset.js
86+ // RN preset at https://github.com/facebook/react-native/blob/main/packages/react-native/ jest-preset.js
8787 ...baseConfig ,
8888 rootDir : __dirname ,
8989 roots : packages . map ( pkgName => `<rootDir>/packages/${ pkgName } /src` ) ,
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ nextjs:
1818 description : ' NextJS is an SSR and SSG framework for ReactJS'
1919 permalink : /nextjs
2020
21- expogo :
22- label : ' ExpoGo '
23- description : ' ExpoGo is a React Native framework'
24- permalink : /expogo
21+ expo :
22+ label : ' Expo '
23+ description : ' Expo (and ExpoGo) is a React Native framework'
24+ permalink : /expo
2525
2626native :
2727 label : ' React Native'
You can’t perform that action at this time.
0 commit comments