Skip to content

Commit fe46de8

Browse files
Merge branch 'master' into support-col-wid
2 parents a76f00b + 6f64d67 commit fe46de8

File tree

7 files changed

+4327
-7783
lines changed

7 files changed

+4327
-7783
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- '10'
45
- '9'
56
- '8'
6-
- '6'

jest.config.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module.exports = {
2-
name: 'react-data-export-jest',
3-
verbose: true,
4-
collectCoverage: true,
5-
coveragePathIgnorePatterns: [
6-
'node_modules',
7-
],
8-
testEnvironment: 'jest-environment-jsdom-global',
9-
testRegex: '(/test/unit.*\\.test)\\.js',
10-
setupFiles: [
11-
'./test/global.js'
12-
],
13-
modulePathIgnorePatterns: [
14-
'global.js'
15-
],
16-
testPathIgnorePatterns: [
17-
'__snapshots__'
18-
]
2+
name: 'react-data-export-jest',
3+
verbose: true,
4+
collectCoverage: true,
5+
coveragePathIgnorePatterns: [
6+
'node_modules',
7+
],
8+
testEnvironment: 'node',
9+
testRegex: '(/test/unit.*\\.test)\\.js',
10+
setupFiles: [
11+
'./test/global.js'
12+
],
13+
modulePathIgnorePatterns: [
14+
'global.js'
15+
],
16+
testPathIgnorePatterns: [
17+
'__snapshots__'
18+
]
1919
};

0 commit comments

Comments
 (0)