Skip to content

Commit a858da6

Browse files
author
Lionel Bijaoui
committed
Work on the code coverage
1 parent 59aaf2b commit a858da6

File tree

5 files changed

+104
-323
lines changed

5 files changed

+104
-323
lines changed

.babelrc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@
1212
"plugins": ["transform-runtime", "lodash"],
1313
"env": {
1414
"test": {
15-
"presets": [
16-
[
17-
"env",
18-
{
19-
"modules": false,
20-
"useBuiltIns": "entry"
21-
}
22-
],
23-
"stage-2"
24-
],
25-
"plugins": ["transform-runtime", "istanbul"]
15+
"plugins": ["istanbul"]
2616
}
2717
}
2818
}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
.DS_Store
22
node_modules/
3-
coverage/
43
docs/_book/
54
npm-debug.log
65
selenium-debug.log
76
test/unit/coverage
87
test/e2e/reports
98
stats.json
109
typings/
11-
typings.json
10+
typings.json

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ node_js:
66
- "7"
77
- "6"
88
after_success:
9-
- npm run coverall
9+
- npm run coverage

0 commit comments

Comments
 (0)