gpii-universal
Version:
Cross platform, core components of the GPII personalization infrastructure.
26 lines (19 loc) • 598 B
JavaScript
/**
* GPII Flow Manager Browser Channel Tests
*
* Copyright 2013 OCAD University
* Copyright 2015 Emergya
*
* 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/kettle/LICENSE.txt
*/
;
var fluid = require("infusion"),
gpii = fluid.registerNamespace("gpii");
fluid.require("%gpii-universal");
gpii.loadTestingSupport();
require("./shared/BrowserChannelTestDefs.js");
gpii.test.runCouchTestDefs(gpii.tests.flowManager.browserChannel.testDefs);