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
b40f2804
Commit
b40f2804
authored
Jul 30, 2019
by
Kirk Walek
Browse files
Merge branch 'master' of
https://github.com/my-conservation-life/my-conservation-life
parents
acd0f557
a08d581f
Changes
1
Show whitespace changes
Inline
Side-by-side
db/api/tests/endpoints/assets.test.js
View file @
b40f2804
...
...
@@ -5,7 +5,7 @@ const { createTestAsset } = require('../utils');
const
ENDPOINT
=
'
/api/v1/assets
'
;
/* global BigInt */
describe
(
'
GET assets
'
,
()
=>
{
describe
(
'
GET
/POST
assets
'
,
()
=>
{
const
ASSET1
=
{
latitude
:
1
,
longitude
:
2
};
const
ASSET2
=
{
latitude
:
3
,
longitude
:
4
};
const
ASSET3
=
{
latitude
:
-
2.1
,
longitude
:
1.12
};
...
...
Write
Preview
Supports
Markdown
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