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
9f7b44bb
Unverified
Commit
9f7b44bb
authored
Oct 10, 2019
by
Jared
Committed by
GitHub
Oct 10, 2019
Browse files
Merge pull request #26 from my-conservation-life/async-fix
Async fix
parents
a47e8507
b82a51d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
db/api/tests/endpoints/assetDefinition.test.js
View file @
9f7b44bb
...
...
@@ -4,6 +4,7 @@ const { setup, teardown, loadSQL } = require('../setup');
describe
(
'
GET/POST assetDefinitions
'
,
()
=>
{
beforeAll
(
async
()
=>
{
jest
.
setTimeout
(
30000
)
await
setup
();
// create some default asset definitions
...
...
salesforce/my-conservation-life/sfdx-project.json
View file @
9f7b44bb
...
...
@@ -7,5 +7,5 @@
],
"namespace"
:
""
,
"sfdcLoginUrl"
:
"https://login.salesforce.com"
,
"sourceApiVersion"
:
"4
5
.0"
"sourceApiVersion"
:
"4
7
.0"
}
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