diff --git a/package.json b/package.json
index 918ab581..4050f5e3 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"start": "polymer serve -o",
"postinstall": "polymer install --variants",
"lint": "eslint --cache --ext .js,.html . && polymer lint cosmoz-*.html",
- "test": "TZ=Europe/Bucharest polymer test",
+ "test": "polymer test",
"analyze": "polymer analyze --input cosmoz-*.html > analysis.json"
},
"repository": {
diff --git a/test/.eslintrc.json b/test/.eslintrc.json
index 328c2ce3..1f335c91 100644
--- a/test/.eslintrc.json
+++ b/test/.eslintrc.json
@@ -12,6 +12,14 @@
"flush": false,
"MockInteractions": false,
"sinon": true,
- "WCT": false
+ "WCT": false,
+ "getDomType": false,
+ "setupOmnitableFixture":false
+ },
+ "rules": {
+ "no-unused-vars": [
+ "warn",
+ {"varsIgnorePattern":"omnitable"}
+ ]
}
}
diff --git a/test/basic.html b/test/basic.html
index 6c1b19b7..dbea4877 100644
--- a/test/basic.html
+++ b/test/basic.html
@@ -8,10 +8,10 @@
+
-
@@ -53,10 +53,11 @@
+
-
@@ -28,10 +28,11 @@
+
-
@@ -35,12 +35,13 @@
-
+
-
@@ -72,10 +72,11 @@