Skip to content

Commit ad0921d

Browse files
committedMar 27, 2018
Add jest tests.
1 parent eb3eada commit ad0921d

File tree

11 files changed

+6561
-932
lines changed

11 files changed

+6561
-932
lines changed
 

‎.babelrc

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"presets": [
3-
[
4-
"env", {
5-
"targets": {
6-
"node": "current"
7-
}
8-
}
9-
]
10-
]
2+
"presets": ["env"]
113
}

‎.eslintrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"root": true,
3+
"extends": "airbnb",
4+
"plugins": ["jest"],
5+
"env": {
6+
"jest/globals": true
7+
}
8+
}

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
build
32
.idea

0 commit comments

Comments
 (0)
Please sign in to comment.