Skip to content

Commit 93e3380

Browse files
😒 chore(deps-dev): Configure ava.
1 parent 616dc85 commit 93e3380

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
@@ -110,5 +110,15 @@
110110
"sourceMaps": "inline"
111111
}
112112
}
113+
},
114+
"ava": {
115+
"files": [
116+
"test/src/**/*"
117+
],
118+
"require": [
119+
"regenerator-runtime/runtime",
120+
"@babel/register"
121+
],
122+
"timeout": "1m"
113123
}
114124
}

0 commit comments

Comments
 (0)