UNPKG

ts-jest

Version:

A preprocessor with source maps support to help use TypeScript with Jest

172 lines (169 loc) 4.33 kB
import React from 'react'; import ComponentCreator from '@docusaurus/ComponentCreator'; export default [ { path: '/ts-jest/', component: ComponentCreator('/ts-jest/','eb1'), exact: true, }, { path: '/ts-jest/__docusaurus/debug', component: ComponentCreator('/ts-jest/__docusaurus/debug','7df'), exact: true, }, { path: '/ts-jest/__docusaurus/debug/config', component: ComponentCreator('/ts-jest/__docusaurus/debug/config','dab'), exact: true, }, { path: '/ts-jest/__docusaurus/debug/content', component: ComponentCreator('/ts-jest/__docusaurus/debug/content','dcd'), exact: true, }, { path: '/ts-jest/__docusaurus/debug/globalData', component: ComponentCreator('/ts-jest/__docusaurus/debug/globalData','16e'), exact: true, }, { path: '/ts-jest/__docusaurus/debug/metadata', component: ComponentCreator('/ts-jest/__docusaurus/debug/metadata','e0f'), exact: true, }, { path: '/ts-jest/__docusaurus/debug/registry', component: ComponentCreator('/ts-jest/__docusaurus/debug/registry','0e2'), exact: true, }, { path: '/ts-jest/__docusaurus/debug/routes', component: ComponentCreator('/ts-jest/__docusaurus/debug/routes','0bd'), exact: true, }, { path: '/ts-jest/docs', component: ComponentCreator('/ts-jest/docs','ef1'), routes: [ { path: '/ts-jest/docs/babel7-or-ts', component: ComponentCreator('/ts-jest/docs/babel7-or-ts','2f1'), exact: true, }, { path: '/ts-jest/docs/contribution', component: ComponentCreator('/ts-jest/docs/contribution','122'), exact: true, }, { path: '/ts-jest/docs/debugging', component: ComponentCreator('/ts-jest/docs/debugging','02e'), exact: true, }, { path: '/ts-jest/docs/e2e-testing', component: ComponentCreator('/ts-jest/docs/e2e-testing','ea0'), exact: true, }, { path: '/ts-jest/docs/esm-support', component: ComponentCreator('/ts-jest/docs/esm-support','28a'), exact: true, }, { path: '/ts-jest/docs/installation', component: ComponentCreator('/ts-jest/docs/installation','6e7'), exact: true, }, { path: '/ts-jest/docs/migration', component: ComponentCreator('/ts-jest/docs/migration','9d8'), exact: true, }, { path: '/ts-jest/docs/options', component: ComponentCreator('/ts-jest/docs/options','106'), exact: true, }, { path: '/ts-jest/docs/options/astTransformers', component: ComponentCreator('/ts-jest/docs/options/astTransformers','384'), exact: true, }, { path: '/ts-jest/docs/options/babelConfig', component: ComponentCreator('/ts-jest/docs/options/babelConfig','8e7'), exact: true, }, { path: '/ts-jest/docs/options/compiler', component: ComponentCreator('/ts-jest/docs/options/compiler','8b1'), exact: true, }, { path: '/ts-jest/docs/options/diagnostics', component: ComponentCreator('/ts-jest/docs/options/diagnostics','071'), exact: true, }, { path: '/ts-jest/docs/options/isolatedModules', component: ComponentCreator('/ts-jest/docs/options/isolatedModules','71f'), exact: true, }, { path: '/ts-jest/docs/options/stringifyContentPathRegex', component: ComponentCreator('/ts-jest/docs/options/stringifyContentPathRegex','a5b'), exact: true, }, { path: '/ts-jest/docs/options/tsconfig', component: ComponentCreator('/ts-jest/docs/options/tsconfig','e50'), exact: true, }, { path: '/ts-jest/docs/options/useESM', component: ComponentCreator('/ts-jest/docs/options/useESM','519'), exact: true, }, { path: '/ts-jest/docs/paths-mapping', component: ComponentCreator('/ts-jest/docs/paths-mapping','b54'), exact: true, }, { path: '/ts-jest/docs/presets', component: ComponentCreator('/ts-jest/docs/presets','408'), exact: true, }, { path: '/ts-jest/docs/processing', component: ComponentCreator('/ts-jest/docs/processing','468'), exact: true, }, { path: '/ts-jest/docs/react-native', component: ComponentCreator('/ts-jest/docs/react-native','6fa'), exact: true, }, { path: '/ts-jest/docs/test-helpers', component: ComponentCreator('/ts-jest/docs/test-helpers','088'), exact: true, }, { path: '/ts-jest/docs/troubleshooting', component: ComponentCreator('/ts-jest/docs/troubleshooting','b52'), exact: true, }, { path: '/ts-jest/docs/version-checking', component: ComponentCreator('/ts-jest/docs/version-checking','69d'), exact: true, }, ] }, { path: '*', component: ComponentCreator('*') } ];