-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mock FS in tests #89
Comments
Merged
faboweb
added a commit
that referenced
this issue
Jun 2, 2020
faboweb
added a commit
that referenced
this issue
Jun 2, 2020
faboweb
added a commit
that referenced
this issue
Jun 2, 2020
* fix empty rewards crashing rewards query (#89) * fix 55 output error not supported network (#87) * fix 55 output error not supported network * my overcomplicated way to fix 55 * fix 55 the good way * delete validationErrors * catch tx that fail for extractInvolvedAddresses * colw/Add basic testing, and CI (#92) * First pass at circle config * Simple first * typo * Lint * Remove unnecessary escape characters * Install jest, move cross-env/nodemon to dev deps * Basic jest config * Basic passing test * Fabo/don't extract addresses on failed txs (#91) * don't extract addresses on failed txs * handling tags or events being an unexpected value * linted * split staging and production sentry DSN key (#95) * split staging and production sentry DSN key * lint fix
faboweb
added a commit
that referenced
this issue
Jun 2, 2020
* Release (#93) * fix empty rewards crashing rewards query (#89) * fix 55 output error not supported network (#87) * fix 55 output error not supported network * my overcomplicated way to fix 55 * fix 55 the good way * delete validationErrors * catch tx that fail for extractInvolvedAddresses * colw/Add basic testing, and CI (#92) * First pass at circle config * Simple first * typo * Lint * Remove unnecessary escape characters * Install jest, move cross-env/nodemon to dev deps * Basic jest config * Basic passing test * Fabo/don't extract addresses on failed txs (#91) * don't extract addresses on failed txs * handling tags or events being an unexpected value * linted * split staging and production sentry DSN key (#95) * split staging and production sentry DSN key * lint fix * deps upgrade * changelog * linted
faboweb
added a commit
that referenced
this issue
Jun 2, 2020
* Release (#93) * fix empty rewards crashing rewards query (#89) * fix 55 output error not supported network (#87) * fix 55 output error not supported network * my overcomplicated way to fix 55 * fix 55 the good way * delete validationErrors * catch tx that fail for extractInvolvedAddresses * colw/Add basic testing, and CI (#92) * First pass at circle config * Simple first * typo * Lint * Remove unnecessary escape characters * Install jest, move cross-env/nodemon to dev deps * Basic jest config * Basic passing test * Fabo/don't extract addresses on failed txs (#91) * don't extract addresses on failed txs * handling tags or events being an unexpected value * linted * split staging and production sentry DSN key (#95) * split staging and production sentry DSN key * lint fix * deps upgrade * changelog * linted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checking FS operations like if a log is created is difficult if the tests run in parallel on one FS. An idea is to use sth. like MemFS to create a FS in memory for each test.
The text was updated successfully, but these errors were encountered: