Run lib and keyserver tests for the same conditions that flow is run in those directories.
Details
Details
Proof that the tests run:
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
.lintstagedrc.js | ||
---|---|---|
29–33 ↗ | (On Diff #14866) | Shouldn't we be running yarn ... flow in the keyServerFlow method (like it was before) and not keyServerTest? I think you may have swapped the method bodies, just judging off the syntax of commands and the corresponding method name? |
Comment Actions
fix small thing
.lintstagedrc.js | ||
---|---|---|
29–33 ↗ | (On Diff #14866) | Yes! Good catch, thank you. Re-made the changes because of some extraneous ESLint stuff, but wasn't careful when copy/pasting. |
Comment Actions
nit: consider changing the function names to libTest or keyServerJest for the sake of parallelism
also, we should change keyServer to keyserver in a couple places in this file
Comment Actions
nit: consider changing the function names to libTest or keyServerJest for the sake of parallelism
good point, made them both blahTest