mirror of
https://github.com/nasa/openmct.git
synced 2025-01-29 15:43:52 +00:00
update to remove expect expect given our use of check functions
This commit is contained in:
parent
c213952f42
commit
31b0f00233
@ -6,13 +6,7 @@ module.exports = {
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ['**/*.visual.spec.js'],
|
||||
rules: {
|
||||
'playwright/expect-expect': 'off'
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ['**/*.perf.spec.js'],
|
||||
files: ['**/*.spec.js'], // Added the 'files' property
|
||||
rules: {
|
||||
'playwright/expect-expect': 'off'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user