2016-03-11 00:48:53 +00:00
|
|
|
/**
|
|
|
|
* common.js
|
|
|
|
*
|
|
|
|
* Created by Alexander Yuzhin on 5/7/14
|
2018-03-01 12:16:38 +00:00
|
|
|
* Copyright (c) 2018 Ascensio System SIA. All rights reserved.
|
2016-03-11 00:48:53 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Include and setup all the stuff for testing
|
|
|
|
define([
|
|
|
|
'chai'
|
|
|
|
],function(chai) {
|
|
|
|
window.expect = chai.expect;
|
|
|
|
window.assert = chai.assert;
|
|
|
|
});
|