UNPKG

457 BJavaScriptView Raw
1/**
2 * Kettle Session Support Tests
3 *
4 * Copyright 2013 OCAD University
5 *
6 * Licensed under the New BSD license. You may not use this file except in
7 * compliance with this License.
8 *
9 * You may obtain a copy of the License at
10 * https://github.com/fluid-project/kettle/blob/master/LICENSE.txt
11 */
12
13"use strict";
14
15var kettle = require("../kettle.js");
16
17require("./shared/SessionTestDefs.js");
18
19kettle.test.bootstrapServer(kettle.tests.session.testDefs);