Skip to content

Commit 9b60e6b

Browse files
author
Mykhailo Miroshnikov
committed
MAGETWO-31592: Javascript Unit Test Framework Update
- Update copyright strings - Remove jscs/jshint directives
1 parent f4deec6 commit 9b60e6b

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

dev/tests/js/framework/spec_runner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2+
* Copyright © 2015 Magento. All rights reserved.
3+
* See COPYING.txt for license details.
34
*/
4-
55
/**
66
* Creates jasmine configuration object
77
*

dev/tests/js/spec/integration/Magento/PageCache/frontend/js/pageCache.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
* Copyright © 2015 Magento. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
6-
/*global describe*/
7-
/*global beforeEach*/
8-
/*global afterEach*/
9-
/*global it*/
10-
/*global expect*/
11-
/*global jasmine*/
12-
/*global spyOn*/
135
define([
146
'jquery',
157
'Magento_PageCache/js/page-cache'

dev/tests/js/spec/integration/Magento/Ui/adminhtml/datepicker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2+
* Copyright © 2015 Magento. All rights reserved.
3+
* See COPYING.txt for license details.
34
*/
45
define([
56
'ko',

dev/tests/js/spec/unit/Magento/Ui/adminhtml/events.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2+
* Copyright © 2015 Magento. All rights reserved.
3+
* See COPYING.txt for license details.
34
*/
4-
/* global jasmine: true, expect: true, it: true, describe: true */
55
define([
66
'Magento_Ui/js/lib/events'
77
], function (EventBus) {

0 commit comments

Comments
 (0)