Skip to content

Commit fd86e61

Browse files
committed
Remove yocto-spinner from skip list and update its sha
1 parent ecc5bb4 commit fd86e61

File tree

3 files changed

+23
-33
lines changed

3 files changed

+23
-33
lines changed

scripts/constants.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,7 @@ const lazySkipTestsByEcosystem = () => {
207207
// which is no longer the case.
208208
// https://github.com/ChALkeR/safer-buffer/issues/16
209209
// https://github.com/ChALkeR/safer-buffer/blob/v2.1.2/tests.js
210-
'safer-buffer',
211-
// yocto-spinner GitHub source includes tests that require get-stream
212-
// but the published npm package doesn't include test files
213-
// https://github.com/sindresorhus/yocto-spinner/tree/v1.0.0
214-
'yocto-spinner'
210+
'safer-buffer'
215211
])
216212
]
217213
])

test/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@
140140
"which-boxed-primitive": "1.1.1",
141141
"which-collection": "1.0.2",
142142
"which-typed-array": "1.1.19",
143-
"yocto-spinner": "https://github.com/sindresorhus/yocto-spinner/archive/3a0f3cc1a682418de29ce20df8d87a2609c89d47.tar.gz"
143+
"yocto-spinner": "https://github.com/sindresorhus/yocto-spinner/archive/91e5974f2a21a8f3ca886463c8ca8e502a41639c.tar.gz"
144144
}
145145
}

test/npm/pnpm-lock.yaml

Lines changed: 21 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)