Skip to content

Commit

Permalink
😒 chore(deps-dev): Configure ava.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 27, 2020
1 parent 8d99541 commit 39ac59b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Expand Up @@ -61,5 +61,15 @@
"sourceMaps": "inline"
}
}
},
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"@babel/polyfill",
"@babel/register"
],
"timeout": "1m"
}
}

0 comments on commit 39ac59b

Please sign in to comment.