UNPKG

gpii-universal

Version:

Cross platform, core components of the GPII personalization infrastructure.

26 lines (21 loc) 853 B
/*! Copyright 2019 OCAD university Licensed under the New BSD license. You may not use this file except in compliance with this License. You may obtain a copy of the License at https://github.com/GPII/universal/blob/master/LICENSE.txt */ "use strict"; var fluid = require("infusion"), gpii = fluid.registerNamespace("gpii"); fluid.require("%gpii-universal"); fluid.registerNamespace("gpii.tests.cloud.oauth2.settings"); gpii.tests.cloud.oauth2.settings.config = { configName: "gpii.config.cloudBased.development", configPath: "%gpii-universal/gpii/configs/shared" }; // Grade for "disruptions" that are also proper sequence grades. Use the grade // for couch test harness for development config fluid.defaults("gpii.test.disruption.settings.sequenceGrade", { gradeNames: ["gpii.test.disruption", "gpii.test.couchSequenceGrade"] });