mirror of
https://github.com/tradingview/lightweight-charts.git
synced 2024-11-25 16:50:59 +08:00
Removed mocha config from eslint ignore
This commit is contained in:
parent
1f859916eb
commit
daf891130c
@ -1,4 +1,5 @@
|
||||
!.eslintrc.js
|
||||
!.mocharc.js
|
||||
|
||||
/dist/**
|
||||
/lib/**
|
||||
|
@ -26,7 +26,7 @@ if (process.env.TESTS_REPORT_FILE) {
|
||||
// but mocha accept with form (like from cli) of this option
|
||||
// e.g. option=value,option2=value
|
||||
config['reporter-options'] = Object.keys(config._reporterOptions)
|
||||
.map((option) => `${option}=${config._reporterOptions[option]}`)
|
||||
.map(option => `${option}=${config._reporterOptions[option]}`)
|
||||
.join(',');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user