Skip to content

Commit 9ed6865

Browse files
committed
docs(test): add issue reference for spinner integration tests
Reference GitHub issue #14 tracking the 10 todo integration tests for withSpinner/withSpinnerSync state restoration.
1 parent fe2ff47 commit 9ed6865

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/spinner.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ describe('spinner', () => {
1919
describe('withSpinner', () => {
2020
// Note: These tests require full logger context which isn't available in unit test env
2121
// They are marked as todo until proper integration test setup is implemented
22+
// Tracked in: https://github.com/SocketDev/socket-lib/issues/14
2223
it.todo('should restore color after operation', async () => {
2324
const spinner = Spinner({ color: [140, 82, 255] })
2425
const originalColor = spinner.color

0 commit comments

Comments
 (0)