Skip to content

Commit

Permalink
test: set jest env for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Nov 6, 2023
1 parent 4c9802d commit 23117f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
"browser": false,
"node": true
}
},
{
"files": ["packages/**/*{.,-}{spec,it}.ts", "config/test-*.js"],
"env": {
"jest": true
}
}
]
}

0 comments on commit 23117f3

Please sign in to comment.