بنقرة واحدة
testing
Use for Jest e2e and TypeScript test suites, jest configs, and test layout in contentstack-javascript.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use for Jest e2e and TypeScript test suites, jest configs, and test layout in contentstack-javascript.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | testing |
| description | Use for Jest e2e and TypeScript test suites, jest configs, and test layout in contentstack-javascript. |
test/ or adjusting jest.js.config.js / jest.config.jspretest / buildnpm run test:e2e — Jest with jest.js.config.js.npm run test:typescript — Jest with jest.config.js, limited to test/typescript paths.npm test runs e2e then TypeScript tests; both assume a fresh build (via pretest).Use when reviewing PRs for contentstack-javascript—API compatibility, bundles, Jest, and npm/CDN impact.
Use for the contentstack npm package API—Stack, regions, queries, and @contentstack/utils usage.
Use for npm scripts, Husky, CI, and branch workflow in contentstack-javascript.
Use for Webpack configs, multi-target dist outputs, and Babel/loader setup in contentstack-javascript.
Contentstack Content Delivery (CDA) JavaScript SDK — Stack, tokens, regions, queries, sync, live preview in src/core/.
HTTP and cross-cutting behavior for the CDA SDK — request.js, fetch retries, plugins, runtime http/localstorage.