Skip to content

Commit 875a835

Browse files
committed
Set test path directory correctly
1 parent 7546951 commit 875a835

File tree

2 files changed

+796
-718
lines changed

2 files changed

+796
-718
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"babel-polyfill": "^6.16.0",
3535
"babel-preset-es2015": "^6.14.0",
3636
"coveralls": "^2.11.8",
37-
"eslint": "^3.12.0",
37+
"eslint": "^3.12.2",
3838
"eslint-config-airbnb-base": "^11.0.0",
3939
"eslint-plugin-import": "^2.2.0",
4040
"jest": "^18.1.0",
@@ -59,6 +59,9 @@
5959
"coverageReporters": [
6060
"lcov"
6161
],
62-
"coverageDirectory": "reports"
62+
"coverageDirectory": "reports",
63+
"testPathDirs": [
64+
"<rootDir>/__tests__"
65+
]
6366
}
6467
}

0 commit comments

Comments
 (0)