Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-13 13:48:15 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-13 13:48:15 +0300
commite66e165b6e4b104266b6d95b926dff6d4999e90d (patch)
tree2d6f88a5ad04e3b9f804d831117b2831d3be48df /test/postcss
parent6bc081ecf0ba95ca6ac1a976741ef2cb7a521fa4 (diff)
ES6-ify and lint all JS files. (#79)
* Enforce LF * ES6-ify and lint all JS files.
Diffstat (limited to 'test/postcss')
-rw-r--r--test/postcss/tests.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/postcss/tests.js b/test/postcss/tests.js
index 37fb0dd..b5f03d6 100644
--- a/test/postcss/tests.js
+++ b/test/postcss/tests.js
@@ -1,3 +1,5 @@
+'use strict';
+
module.exports = {
'test-1': {},
'test-2': {
@@ -29,7 +31,7 @@ module.exports = {
twoDimensional: true,
factor: 5,
class: true,
- safariIframeResizeBugFix: true,
+ safariIframeResizeBugFix: true
},
'test-10': { // Not testable
baseFontSize: '12px',
@@ -39,6 +41,6 @@ module.exports = {
twoDimensional: true,
factor: 5,
class: true,
- safariIframeResizeBugFix: true,
+ safariIframeResizeBugFix: true
}
};