Skip to content

Commit 2c2353c

Browse files
committed
update: jest & fix: not returning a val from 'describe'
1 parent 5dfff59 commit 2c2353c

File tree

5 files changed

+8972
-4094
lines changed

5 files changed

+8972
-4094
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"plugins": [
1313
[
14-
"transform-object-rest-spread",
14+
"@babel/plugin-proposal-object-rest-spread",
1515
{
1616
"useBuiltIns": true
1717
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: node_js
22
node_js:
33
- "6"
4-
script: npm run testCI
4+
script: npm run testCI

0 commit comments

Comments
 (0)