mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 04:38:00 -05:00
[eslint config] [base] [minor] add **/*.spec.js as a test files pattern
(see #1131)
This commit is contained in:
committed by
Jordan Harband
parent
840d021d07
commit
bc21501cc7
@@ -76,6 +76,7 @@ module.exports = {
|
||||
'test.js', // repos with a single test file
|
||||
'test-*.js', // repos with multiple top-level test files
|
||||
'**/*.test.js', // tests where the extension denotes that it is a test
|
||||
'**/*.spec.js', // tests where the extension denotes that it is a test
|
||||
'**/webpack.config.js', // webpack config
|
||||
'**/webpack.config.*.js', // webpack config
|
||||
'**/rollup.config.js', // rollup config
|
||||
|
||||
Reference in New Issue
Block a user