Skip to content

Conversation

@wesleytodd
Copy link
Member

This test was sitting on my hard drive. Figured I would push it. I think I had some example where I didn't think this was working correctly but it was not in this package. Either way, feels like a fine test to have.

assert.deepStrictEqual(pkg.scripts, npmInitPkg.scripts);
assert.deepStrictEqual(pkg.keywords, npmInitPkg.keywords);
assert.strictEqual(pkg.license, npmInitPkg.license);
assert.strictEqual(pkg.type, npmInitPkg.type);
Copy link
Member Author

Choose a reason for hiding this comment

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

This behavior changed in npm. Might need to change this test depending on the npm version it is running against.

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.

2 participants