Skip to content

Commit

Permalink
Chore: increase ava timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Feb 7, 2023
1 parent 04f7668 commit 8c64b59
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions examples/blog/ava.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.exports = {
"files" : [
"examples/blog/*test.js"
'files' : [
'examples/blog/*test.js'
],
"require" : [
"@babel/register"
]
}
'require' : [
'@babel/register'
],
'timeout' : '1m'
};

0 comments on commit 8c64b59

Please sign in to comment.