diff options
Diffstat (limited to 'test/cache-map.test.js')
| -rw-r--r-- | test/cache-map.test.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache-map.test.js b/test/cache-map.test.js index 868c5d9a..9be5363a 100644 --- a/test/cache-map.test.js +++ b/test/cache-map.test.js @@ -37,7 +37,7 @@ function testConstructor() {  /** */  function testApi() {      describe('api', () => { -        /* eslint-disable no-multi-spaces */ +        /* eslint-disable @stylistic/no-multi-spaces */          const data = [              {                  maxSize: 1, @@ -89,7 +89,7 @@ function testApi() {                  ]              }          ]; -        /* eslint-enable no-multi-spaces */ +        /* eslint-enable @stylistic/no-multi-spaces */          test.each(data)('api-test-%#', ({maxSize, expectedSize, calls}) => {              const cache = new CacheMap(maxSize);  |