IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
My Conservation Life
Conservation360
Commits
07d29b7a
Commit
07d29b7a
authored
Jul 29, 2019
by
Kirk Walek
Browse files
Merge branch 'master' of
https://github.com/my-conservation-life/my-conservation-life
parents
49b7d2d1
6f1aea7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
salesforce/my-conservation-life/force-app/main/default/lwc/map/__tests__/map.test.js
View file @
07d29b7a
...
...
@@ -11,7 +11,10 @@ describe('c-map', () => {
const
CONSOLE_ERROR
=
global
.
console
.
error
;
const
LeafletMap
=
class
{
type
=
'
map
'
;
constructor
()
{
this
.
type
=
'
map
'
;
this
.
fitWorld
=
jest
.
fn
();
}
};
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment