chore: switch to tinyglobby #5858
Annotations
25 errors
|
swizzle eject › FirstLevelComponent TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle eject FirstLevelComponent TS: /tmp/docusaurus-test-swizzle-siteDirDxdpMu/src/theme/FirstLevelComponent.css 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
".testClass {
background: black;
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:238:5)
|
|
swizzle eject › FirstLevelComponent JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle eject FirstLevelComponent JS: /tmp/docusaurus-test-swizzle-siteDirSDMTK3/src/theme/FirstLevelComponent.css 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
".testClass {
background: black;
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:229:5)
|
|
swizzle wrap › ComponentInFolder/Sibling TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/Sibling TS: /tmp/docusaurus-test-swizzle-siteDirhJ0sO8/src/theme/ComponentInFolder/Sibling.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import Sibling from '@theme-original/ComponentInFolder/Sibling';
import type SiblingType from '@theme/ComponentInFolder/Sibling';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof SiblingType>;
export default function SiblingWrapper(props: Props): ReactNode {
return (
<>
<Sibling {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:216:5)
|
|
swizzle wrap › ComponentInFolder/Sibling JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/Sibling JS: /tmp/docusaurus-test-swizzle-siteDiryNIZLP/src/theme/ComponentInFolder/Sibling.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import Sibling from '@theme-original/ComponentInFolder/Sibling';
export default function SiblingWrapper(props) {
return (
<>
<Sibling {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:206:5)
|
|
swizzle wrap › ComponentInFolder/ComponentInSubFolder TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/ComponentInSubFolder TS: /tmp/docusaurus-test-swizzle-siteDirzhzL57/src/theme/ComponentInFolder/ComponentInSubFolder/index.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import ComponentInSubFolder from '@theme-original/ComponentInFolder/ComponentInSubFolder';
import type ComponentInSubFolderType from '@theme/ComponentInFolder/ComponentInSubFolder';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof ComponentInSubFolderType>;
export default function ComponentInSubFolderWrapper(props: Props): ReactNode {
return (
<>
<ComponentInSubFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:197:5)
|
|
swizzle wrap › ComponentInFolder/ComponentInSubFolder JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/ComponentInSubFolder JS: /tmp/docusaurus-test-swizzle-siteDirdhf1le/src/theme/ComponentInFolder/ComponentInSubFolder/index.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import ComponentInSubFolder from '@theme-original/ComponentInFolder/ComponentInSubFolder';
export default function ComponentInSubFolderWrapper(props) {
return (
<>
<ComponentInSubFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:187:5)
|
|
swizzle wrap › ComponentInFolder TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder TS: /tmp/docusaurus-test-swizzle-siteDirD0QFbg/src/theme/ComponentInFolder/index.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import ComponentInFolder from '@theme-original/ComponentInFolder';
import type ComponentInFolderType from '@theme/ComponentInFolder';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof ComponentInFolderType>;
export default function ComponentInFolderWrapper(props: Props): ReactNode {
return (
<>
<ComponentInFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:178:5)
|
|
swizzle wrap › ComponentInFolder JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder JS: /tmp/docusaurus-test-swizzle-siteDirNKjFoL/src/theme/ComponentInFolder/index.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import ComponentInFolder from '@theme-original/ComponentInFolder';
export default function ComponentInFolderWrapper(props) {
return (
<>
<ComponentInFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:168:5)
|
|
swizzle wrap › FirstLevelComponent TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap FirstLevelComponent TS: /tmp/docusaurus-test-swizzle-siteDiruTZ7RR/src/theme/FirstLevelComponent.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import FirstLevelComponent from '@theme-original/FirstLevelComponent';
import type FirstLevelComponentType from '@theme/FirstLevelComponent';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof FirstLevelComponentType>;
export default function FirstLevelComponentWrapper(props: Props): ReactNode {
return (
<>
<FirstLevelComponent {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:159:5)
|
|
swizzle wrap › FirstLevelComponent JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap FirstLevelComponent JS: /tmp/docusaurus-test-swizzle-siteDirzNcAIK/src/theme/FirstLevelComponent.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import FirstLevelComponent from '@theme-original/FirstLevelComponent';
export default function FirstLevelComponentWrapper(props) {
return (
<>
<FirstLevelComponent {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:150:5)
|
|
Tests (20)
The operation was canceled.
|
|
Tests (20)
The strategy configuration was canceled because "test._24" failed
|
|
swizzle eject › FirstLevelComponent TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle eject FirstLevelComponent TS: /tmp/docusaurus-test-swizzle-siteDirOe9TzR/src/theme/FirstLevelComponent.css 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
".testClass {
background: black;
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:238:5)
|
|
swizzle eject › FirstLevelComponent JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle eject FirstLevelComponent JS: /tmp/docusaurus-test-swizzle-siteDirzMYDcH/src/theme/FirstLevelComponent.css 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
".testClass {
background: black;
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:229:5)
|
|
swizzle wrap › ComponentInFolder/Sibling TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/Sibling TS: /tmp/docusaurus-test-swizzle-siteDirFuhWp6/src/theme/ComponentInFolder/Sibling.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import Sibling from '@theme-original/ComponentInFolder/Sibling';
import type SiblingType from '@theme/ComponentInFolder/Sibling';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof SiblingType>;
export default function SiblingWrapper(props: Props): ReactNode {
return (
<>
<Sibling {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:216:5)
|
|
swizzle wrap › ComponentInFolder/Sibling JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/Sibling JS: /tmp/docusaurus-test-swizzle-siteDirD4mX3t/src/theme/ComponentInFolder/Sibling.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import Sibling from '@theme-original/ComponentInFolder/Sibling';
export default function SiblingWrapper(props) {
return (
<>
<Sibling {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:206:5)
|
|
swizzle wrap › ComponentInFolder/ComponentInSubFolder TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/ComponentInSubFolder TS: /tmp/docusaurus-test-swizzle-siteDirfBYZDR/src/theme/ComponentInFolder/ComponentInSubFolder/index.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import ComponentInSubFolder from '@theme-original/ComponentInFolder/ComponentInSubFolder';
import type ComponentInSubFolderType from '@theme/ComponentInFolder/ComponentInSubFolder';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof ComponentInSubFolderType>;
export default function ComponentInSubFolderWrapper(props: Props): ReactNode {
return (
<>
<ComponentInSubFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:197:5)
|
|
swizzle wrap › ComponentInFolder/ComponentInSubFolder JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder/ComponentInSubFolder JS: /tmp/docusaurus-test-swizzle-siteDir3qRh4t/src/theme/ComponentInFolder/ComponentInSubFolder/index.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import ComponentInSubFolder from '@theme-original/ComponentInFolder/ComponentInSubFolder';
export default function ComponentInSubFolderWrapper(props) {
return (
<>
<ComponentInSubFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:187:5)
|
|
swizzle wrap › ComponentInFolder TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder TS: /tmp/docusaurus-test-swizzle-siteDirFKy5kr/src/theme/ComponentInFolder/index.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import ComponentInFolder from '@theme-original/ComponentInFolder';
import type ComponentInFolderType from '@theme/ComponentInFolder';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof ComponentInFolderType>;
export default function ComponentInFolderWrapper(props: Props): ReactNode {
return (
<>
<ComponentInFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:178:5)
|
|
swizzle wrap › ComponentInFolder JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap ComponentInFolder JS: /tmp/docusaurus-test-swizzle-siteDir3SKWB7/src/theme/ComponentInFolder/index.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import ComponentInFolder from '@theme-original/ComponentInFolder';
export default function ComponentInFolderWrapper(props) {
return (
<>
<ComponentInFolder {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:168:5)
|
|
swizzle wrap › FirstLevelComponent TS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap FirstLevelComponent TS: /tmp/docusaurus-test-swizzle-siteDir0IerIR/src/theme/FirstLevelComponent.tsx 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React, {type ReactNode} from 'react';
import FirstLevelComponent from '@theme-original/FirstLevelComponent';
import type FirstLevelComponentType from '@theme/FirstLevelComponent';
import type {WrapperProps} from '@docusaurus/types';
type Props = WrapperProps<typeof FirstLevelComponentType>;
export default function FirstLevelComponentWrapper(props: Props): ReactNode {
return (
<>
<FirstLevelComponent {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:159:5)
|
|
swizzle wrap › FirstLevelComponent JS:
packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts#L98
expect(received).toMatchSnapshot(hint)
Snapshot name: `swizzle wrap FirstLevelComponent JS: /tmp/docusaurus-test-swizzle-siteDir8h67eL/src/theme/FirstLevelComponent.js 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
"import React from 'react';
import FirstLevelComponent from '@theme-original/FirstLevelComponent';
export default function FirstLevelComponentWrapper(props) {
return (
<>
<FirstLevelComponent {...props} />
</>
);
}
"
at toMatchSnapshot (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:98:27)
at Object.<anonymous> (packages/docusaurus/src/commands/swizzle/__tests__/index.test.ts:150:5)
|
|
Tests (22)
The strategy configuration was canceled because "test._24" failed
|
|
Tests (18.0)
The operation was canceled.
|
|
Tests (18.0)
The strategy configuration was canceled because "test._24" failed
|