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