mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Refactoring
This commit is contained in:
15
test/unit-tests/common.js
Normal file
15
test/unit-tests/common.js
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* common.js
|
||||
*
|
||||
* Created by Alexander Yuzhin on 5/7/14
|
||||
* Copyright (c) 2018 Ascensio System SIA. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
// Include and setup all the stuff for testing
|
||||
define([
|
||||
'chai'
|
||||
],function(chai) {
|
||||
window.expect = chai.expect;
|
||||
window.assert = chai.assert;
|
||||
});
|
||||
Reference in New Issue
Block a user