You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/24 10:19:35 UTC

[cordova-common] branch master updated: style: drop jasmine env workaround (#108)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f7724a  style: drop jasmine env workaround (#108)
5f7724a is described below

commit 5f7724a82283419c63d914dfaacfeff8a5c7285e
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Nov 24 11:19:26 2019 +0100

    style: drop jasmine env workaround (#108)
    
    ESLint 6.7.0 has just been released and it contains the latest globals
    for the jasmine environment. Thus we do not have to add them ourselves.
---
 spec/.eslintrc.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/spec/.eslintrc.yml b/spec/.eslintrc.yml
index 61b6492..f2c42a4 100644
--- a/spec/.eslintrc.yml
+++ b/spec/.eslintrc.yml
@@ -1,5 +1,2 @@
 root: true
 extends: '@cordova/eslint-config/node-tests'
-
-globals:
-  expectAsync: false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org