We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723950d commit 74aba83Copy full SHA for 74aba83
socket.yml
@@ -1,4 +1,4 @@
1
version: 2
2
3
projectIgnorePaths:
4
-- "test/fixtures/basic"
+- "test/fixtures/*"
test/fixtures/.npmrc
@@ -0,0 +1,3 @@
+offline=true
+registry=http://localhost:0
+ignore-scripts=true
test/fixtures/.yarnrc.yml
+npmRegistryServer: "http://localhost:0"
+enableNetwork: false
+enableImmutableInstalls: true
0 commit comments