next.js / test /babel.config.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
// This config is only used for Jests's inline snapshot matcher.
module.exports = {
plugins: ['@babel/plugin-syntax-explicit-resource-management'],
}