File tree 4 files changed +7
-5
lines changed 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ flowchart BT
17
17
pk---validate("Entity.validate()")
18
18
process-->validate
19
19
validate---normNest("normalize(this.schema)")
20
+ normNest-->mergeEntity("delegate.mergeEntity()")
20
21
end
21
22
Entity.normalize--processedEntity-->INSTORE
22
23
subgraph INSTORE["Found In Store"]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ flowchart BT
17
17
pk---validate("Entity.validate()")
18
18
process-->validate
19
19
validate---normNest("normalize(this.schema)")
20
+ normNest-->mergeEntity("delegate.mergeEntity()")
20
21
end
21
22
Entity.normalize--processedEntity-->INSTORE
22
23
subgraph INSTORE["Found In Store"]
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const projects = [
83
83
testRegex : '(/__tests__/.*|(\\.|/)(test|spec))\\.node\\.(j|t)sx?$' ,
84
84
} ,
85
85
{
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
87
87
...baseConfig ,
88
88
rootDir : __dirname ,
89
89
roots : packages . map ( pkgName => `<rootDir>/packages/${ pkgName } /src` ) ,
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ nextjs:
18
18
description : ' NextJS is an SSR and SSG framework for ReactJS'
19
19
permalink : /nextjs
20
20
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
25
25
26
26
native :
27
27
label : ' React Native'
You can’t perform that action at this time.
0 commit comments