Skip to content

Commit 83a3907

Browse files
committedJun 15, 2018
test: snapshot testing
1 parent 34face4 commit 83a3907

10 files changed

+2703
-254
lines changed
 

‎test/.babelrc renamed to ‎.babelrc

File renamed without changes.

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
- "10"
4+
script:
5+
- npm run lint
6+
- npm run test

0 commit comments

Comments
 (0)
Please sign in to comment.