/**
 * A variety of gpii.config.development.manualTesting which supplies mock implementations of all settings handlers
 * supported on the Windows platform.
 *
 * This configuration runs the entire system, in the "trusted local FlowManager" configuration, locally and in development mode.
 * This means that fetches of solutions, preferences, etc. are sourced from the filesystem rather than from CouchDB URLs.
 */
{
    "type": "gpii.config.development.manualTesting.mock.windows",
    "options": {
        "gradeNames": "gpii.test.integration.mockHolder.windows"
    },
    "mergeConfigs": [
        "%gpii-universal/gpii/configs/gpii.config.development.manualTesting"
    ],
    "require": [
        "%gpii-universal/gpii/node_modules/testing/src/Mocks.js"
    ]
}
