diff options
Diffstat (limited to 'test/cache-map.test.js')
-rw-r--r-- | test/cache-map.test.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cache-map.test.js b/test/cache-map.test.js index df891188..52ada57c 100644 --- a/test/cache-map.test.js +++ b/test/cache-map.test.js @@ -16,6 +16,8 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +/* eslint-disable no-multi-spaces */ + import {expect, test} from 'vitest'; import {CacheMap} from '../ext/js/general/cache-map.js'; |