- Update MediaService delegation tests in src/mediaHandlers.test.ts to use mock.results for more reliable instance retrieval. - Fix CellImageBuilder failure in src/mediaHandlers.ts by using public Shopify thumbnail URLs for synced items and direct Drive thumbnail endpoints for non-synced items. - Fallback to IMAGE() formula in the spreadsheet for Drive items to avoid authentication issues with native cell images. - Add test_*.txt to .gitignore to keep the workspace clean. - Ensure all tests pass with updated log expectations and mock data.
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
**/node_modules/**
|
|
dist/**
|
|
desktop.ini
|
|
.continue/**
|
|
.clasp.json
|
|
coverage/
|
|
test_*.txt
|
|
.agent/
|