-
Notifications
You must be signed in to change notification settings - Fork 146
Conversation
test/integration/integration.test.js
Outdated
await resetDatabase(); | ||
}); | ||
|
||
test.serial('hello world', t => { |
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.
Can this test be removed?
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.
Yup - feel free to delete that :-)
Hey @danielrearden - this looks great, thanks so much. The only concern I have is that since the |
3b18d08
to
53d29c6
Compare
Codecov Report
@@ Coverage Diff @@
## master #302 +/- ##
=======================================
Coverage 95.48% 95.48%
=======================================
Files 10 10
Lines 2346 2346
=======================================
Hits 2240 2240
Misses 106 106 Continue to review full report at Codecov.
|
53d29c6
to
063ed56
Compare
@johnymontana I've updated the query inside |
@johnymontana @danielrearden see here 👉 danielrearden#1 |
@roschaefer Thanks, will try to get that merged ASAP |
Hey @danielrearden ping to see if you can merge in @roschaefer commits and then I can get these PR merged? |
@johnymontana So sorry! This PR totally dropped off my radar. I'm going to close this for now since it would take a good chunk of work to resolve the merge conflicts and I don't have the bandwidth to do that at the moment. However, if this change is still needed, I can take another crack at it in the future. |
Addresses #252. Summary of changes:
beforeEach
hook to the integration tests that wipes the database and then imports the data from fileorderBy
arguments to ensure the tests are deterministic regardless of internal node idapoc.import.graphml
Some additional considerations:
--serial
flag :(