diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-08-03 09:44:12 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-08-03 09:44:12 +0200 |
commit | 3c869a0c3a54cd7c12833ef46fcb8d0b3f185aca (patch) | |
tree | e7da7f7f29ee1dc00318284d309da50b7f0383a8 /babel.config.js | |
parent | b6e1c9531dd4a3c1c367bd2acbc2caafd8f352de (diff) | |
download | nextcloud-server-3c869a0c3a54cd7c12833ef46fcb8d0b3f185aca.tar.gz nextcloud-server-3c869a0c3a54cd7c12833ef46fcb8d0b3f185aca.zip |
fix: jest transform private methods
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js index dfead674f3f..523dbe5de01 100644 --- a/babel.config.js +++ b/babel.config.js @@ -6,6 +6,7 @@ module.exports = { plugins: [ '@babel/plugin-syntax-dynamic-import', '@babel/plugin-transform-class-properties', + '@babel/plugin-transform-private-methods', // We need the bundler entry not the web one // Jest will otherwise resolve the wrong one [ |