Skip to content
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

feat(Sandbox isolation): symbolic link node_modules in sandboxes #689

Merged
merged 3 commits into from
Apr 10, 2018

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Apr 10, 2018

Add support for symlinkNodeModules setting. If true (also the default)
symlink the current node_modules folder in the test runner sandboxes
This will make a test run more "production like".

Also refactor the SandboxSpec so they are more
DAMP.

Fixes #672

nicojs added 2 commits April 10, 2018 19:23
Add support for `symlinkNodeModules` setting. If true (also the default)
symlink the current node_modules folder in the test runner sandboxes
This will make a test run more "production like".

Also refactor the SandboxSpec so they are more
[DAMP](https://stackoverflow.com/questions/6453235/).
@ghost ghost assigned nicojs Apr 10, 2018
@ghost ghost added the 🔎 Needs review label Apr 10, 2018
@nicojs nicojs requested a review from simondel April 10, 2018 17:32
@ghost ghost assigned simondel Apr 10, 2018
Copy link
Member

@simondel simondel left a comment

Choose a reason for hiding this comment

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

Looks good! I fixed a small typo. Feel free to merge this 👍

@nicojs nicojs merged commit 487ab7c into master Apr 10, 2018
@ghost ghost removed the 🔎 Needs review label Apr 10, 2018
@nicojs nicojs deleted the 672-symlink-node-modules branch April 10, 2018 20:58
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