You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/04/20 11:56:10 UTC

[couchdb-fauxton] branch master updated: add stub extension to ignore list for jest

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

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

The following commit(s) were added to refs/heads/master by this push:
       new  5453e48   add stub extension to ignore list for jest
5453e48 is described below

commit 5453e4890523206f286d2c5d88a72768798af2a1
Author: Garren Smith <ga...@gmail.com>
AuthorDate: Thu Apr 20 13:55:55 2017 +0200

    add stub extension to ignore list for jest
---
 jest-config.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jest-config.json b/jest-config.json
index 417dddb..e995366 100644
--- a/jest-config.json
+++ b/jest-config.json
@@ -1,5 +1,6 @@
 {
   "testPathDirs": ["app"],
+  "testPathIgnorePatterns": ["/node_modules/", "stub"],
 
   "setupTestFrameworkScriptFile": "./jest-setup.js",
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].