Skip to content

Commit 74aba83

Browse files
chore: ignore fixtures from socket while making them uninstallable (#1839)
1 parent 723950d commit 74aba83

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

socket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version: 2
22

33
projectIgnorePaths:
4-
- "test/fixtures/basic"
4+
- "test/fixtures/*"

test/fixtures/.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
offline=true
2+
registry=http://localhost:0
3+
ignore-scripts=true

test/fixtures/.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
npmRegistryServer: "http://localhost:0"
2+
enableNetwork: false
3+
enableImmutableInstalls: true

0 commit comments

Comments
 (0)