-
Notifications
You must be signed in to change notification settings - Fork 3
add garbage collection tests, and fix scrubFields #57
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
Conversation
|
Coverage increased (+0.5%) to 77.174% when pulling 68ec1e1247661933aa6ab26e099b36b9203ee15a on bugfix/leakage into 3d5e72f on master. |
68ec1e1 to
963a382
Compare
ricardo-quinones
left a comment
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.
Dope son 🎊
nason
left a comment
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.
Awesome!
package.json
Outdated
| "test:node": "NODE_ENV=test nyc mocha test/runner test/specs/common/**/*.js", | ||
| "test:node:tdd": "npm run test:node -- --cache --watch", | ||
| "test:node:ci": "npm run test:node && nyc report --reporter=text-lcov | coveralls", | ||
| "test:leakage": "NODE_ENV=test nyc mocha test/runner test/specs/leakage/**/*.js", |
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 you take "nyc" out of this target? Coverage instrumentation might affect this test, and I don't know if that's important here
|
Opened #58 as a follow up |
i8ramin
left a comment
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.
amaze 🏀 ⚾️ 's
Fixes regression introduced in
0.5.0#54test:leakagescript to run leakage tests only (keep in separate process)commonfolder to keeptest:browserandtest:nodethe same