We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2ff47 commit 9ed6865Copy full SHA for 9ed6865
1 file changed
test/spinner.test.ts
@@ -19,6 +19,7 @@ describe('spinner', () => {
19
describe('withSpinner', () => {
20
// Note: These tests require full logger context which isn't available in unit test env
21
// They are marked as todo until proper integration test setup is implemented
22
+ // Tracked in: https://github.com/SocketDev/socket-lib/issues/14
23
it.todo('should restore color after operation', async () => {
24
const spinner = Spinner({ color: [140, 82, 255] })
25
const originalColor = spinner.color
0 commit comments