Skip to content

Commit eaeb992

Browse files
😒 chore(deps-dev): Configure ava.
1 parent 922e555 commit eaeb992

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
@@ -144,5 +144,15 @@
144144
]
145145
}
146146
}
147+
},
148+
"ava": {
149+
"files": [
150+
"test/src/**/*"
151+
],
152+
"require": [
153+
"regenerator-runtime/runtime",
154+
"@babel/register"
155+
],
156+
"timeout": "1m"
147157
}
148158
}

0 commit comments

Comments
 (0)