-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test mock for google api geocoder #358
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @nstjean 😄 !!!
@@ -3,7 +3,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>Jasmine Spec Runner</title> | |||
<link rel="shortcut icon" type="image/png" href=".grunt\grunt-contrib-jasmine\jasmine_favicon.png"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should be generated on run-time ideally, but let it be there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's weird that it changed that line, I didn't touch that file. I don't think this file exists in LBLD, I wonder if it's actually using it at all? The jasmine.json
file existed but was totally ignored by Jasmine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I was right... I can delete that file and it doesn't affect the tests at all. It is being generated at runtime.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which is to say, it gets re-generated at runtime.
@@ -52,7 +52,7 @@ | |||
"dependencies": { | |||
"jquery": "^3.3.1", | |||
"leaflet": "^1.3.1", | |||
"leaflet-blurred-location": "git://github.com/publiclab/leaflet-blurred-location#main", | |||
"leaflet-blurred-location": "git://github.com/publiclab/leaflet-blurred-location.git#main", | |||
"leaflet-fullhash": "github:sagarpreet-chadha/leaflet-fullHash", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which one, leaflet-fullhash
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It is not used in LEL anymore.
This may no longer be needed, see my comment on publiclab/leaflet-blurred-location#235 (comment) |
This is no longer needed after publiclab/leaflet-blurred-location#235 |
Fixes #357 (<=== Add issue number here)
This is the same fix as in LBLD publiclab/leaflet-blurred-location-display#93