Skip to content

Commit d85bba0

Browse files
committed
test: got the build passing after the addition of the atoms
1 parent de50fec commit d85bba0

File tree

5 files changed

+691
-12
lines changed

5 files changed

+691
-12
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"presets":["@travi"],"ignore":["./lib/"]}
1+
{"presets":[["@travi", {"react": true}]],"ignore":["./lib/"]}

.eslintrc.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
extends:
22
- '@travi'
3-
- '@travi/mocha'
3+
- '@travi/mocha'
4+
- '@travi/react'

0 commit comments

Comments
 (0)