Skip to content

Conversation

@mattjstar
Copy link
Contributor

@mattjstar mattjstar commented Jan 10, 2017

Fixes regression introduced in 0.5.0 #54

  • Adds garbage collection tests using leakage
  • Adds test:leakage script to run leakage tests only (keep in separate process)
  • Moves all other specs to common folder to keep test:browser and test:node the same
  • Changes scrubFields functionality from inline anonymous function to imported function

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 77.174% when pulling 68ec1e1247661933aa6ab26e099b36b9203ee15a on bugfix/leakage into 3d5e72f on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 77.174% when pulling 963a382 on bugfix/leakage into 3d5e72f on master.

Copy link
Contributor

@ricardo-quinones ricardo-quinones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dope son 🎊

Copy link
Contributor

@nason nason left a 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",
Copy link
Contributor

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

@nason
Copy link
Contributor

nason commented Jan 10, 2017

Opened #58 as a follow up

Copy link
Contributor

@i8ramin i8ramin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amaze 🏀 ⚾️ 's

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 77.174% when pulling 47cde2a on bugfix/leakage into 3d5e72f on master.

@mattjstar mattjstar merged commit 40086b4 into master Jan 10, 2017
@mattjstar mattjstar deleted the bugfix/leakage branch January 10, 2017 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants