aboutsummaryrefslogtreecommitdiff
path: root/test/scripts/apidoc/__snapshots__/module.spec.ts.snap
blob: b3584e13aefdb1b1eda1e6fbb5d66c54a0e3e923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`module > analyzeModule() > ModuleFakerJsLinkTest 1`] = `
{
  "comment": "Description with a link to our [website](/)
and [api docs](/api/).",
  "deprecated": undefined,
}
`;

exports[`module > analyzeModule() > ModuleNextFakerJsLinkTest 1`] = `
{
  "comment": "Description with a link to our [website](/)
and [api docs](/api/).",
  "deprecated": undefined,
}
`;

exports[`module > analyzeModule() > expected and actual modules are equal 1`] = `
[
  "ModuleFakerJsLinkTest",
  "ModuleNextFakerJsLinkTest",
]
`;