Skip to content

Commit 400b1bf

Browse files
😒 chore(deps-dev): Configure ava.
1 parent 4f7170d commit 400b1bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,15 @@
6565
"sourceMaps": "inline"
6666
}
6767
}
68+
},
69+
"ava": {
70+
"files": [
71+
"test/src/**/*"
72+
],
73+
"require": [
74+
"@babel/polyfill",
75+
"@babel/register"
76+
],
77+
"timeout": "1m"
6878
}
6979
}

0 commit comments

Comments
 (0)