mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
17 lines
297 B
Text
17 lines
297 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`loadConfig custom 1`] = `
|
|
Object {
|
|
"base": "blogi",
|
|
"description": "Hello World",
|
|
"dest": "blogi",
|
|
"title": "Hello World",
|
|
}
|
|
`;
|
|
|
|
exports[`loadConfig simple 1`] = `
|
|
Object {
|
|
"description": "Hello World",
|
|
"title": "Hello World",
|
|
}
|
|
`;
|