Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBresson committed Aug 6, 2021
1 parent 601d5d0 commit 0ea649b
Show file tree
Hide file tree
Showing 4 changed files with 15,145 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`EmissionsScreen renders correctly 1`] = `
]
}
>
Wednesday
Friday
</Text.Primary>
<Text.Primary
darkGray={true}
Expand All @@ -121,7 +121,7 @@ exports[`EmissionsScreen renders correctly 1`] = `
}
}
>
4th August 2021
6th August 2021
</Text.Primary>
</View>
<Button.Primary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports[`EmissionsList renders correctly 1`] = `
"value": 100,
},
],
"date": "2020-03-01T00:00:00+08:00",
"date": "2020-03-01T00:00:00+00:00",
},
Object {
"co2value": 60,
Expand All @@ -51,7 +51,7 @@ exports[`EmissionsList renders correctly 1`] = `
"value": 30,
},
],
"date": "2020-01-01T00:00:00+08:00",
"date": "2020-01-01T00:00:00+00:00",
},
]
}
Expand Down Expand Up @@ -86,7 +86,7 @@ exports[`EmissionsList renders correctly 1`] = `
style={null}
>
<SectionHeader
date="2020-03-01T00:00:00+08:00"
date="2020-03-01T00:00:00+00:00"
/>
</View>
<View
Expand Down Expand Up @@ -126,7 +126,7 @@ exports[`EmissionsList renders correctly 1`] = `
style={null}
>
<SectionHeader
date="2020-01-01T00:00:00+08:00"
date="2020-01-01T00:00:00+00:00"
/>
</View>
<View
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"web": "expo start --web",
"eject": "expo eject",
"test:watch": "jest --watchAll",
"test": "TZ=GMT jest --no-verify,
"test": "TZ=GMT jest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./app",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx ./app --fix",
"typescript": "tsc --noEmit",
Expand Down
Loading

0 comments on commit 0ea649b

Please sign in to comment.