aboutsummaryrefslogtreecommitdiff
path: root/vnext/jest.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-11-08 00:17:14 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commitabe8e7bc26906929914834dbaf38a793bcbb4f78 (patch)
tree677b41bc2b3d2f78b26392dbf4bb7d7dddb603bb /vnext/jest.config.js
parentee4f45f13f652d8807c2617f24aa167243076b5e (diff)
ESLint: switch to `@typescript-eslint/parser`
* JS version of the `no-floating-promise` rule sucks :(
Diffstat (limited to 'vnext/jest.config.js')
-rw-r--r--vnext/jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/jest.config.js b/vnext/jest.config.js
index c2e48dc1..ffc58e1d 100644
--- a/vnext/jest.config.js
+++ b/vnext/jest.config.js
@@ -1,3 +1,4 @@
+/** @type {import('jest').Config} */
module.exports = {
'moduleNameMapper': {
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/__mocks__/fileMock.js',