mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
7251b1acac
no issue - moved navigation settings tests from old settings/design tests to a separate file and unskipped them - added happy-path acceptance tests for - rendering design screen - installing an official theme from the themes list - uploading a custom theme
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
export default function mockCustomThemeSettings(server) {
|
|
server.get('/custom_theme_settings');
|
|
}
|