File size: 152 Bytes
1e92f2d | 1 2 3 4 5 | // This config is only used for Jests's inline snapshot matcher.
module.exports = {
plugins: ['@babel/plugin-syntax-explicit-resource-management'],
}
|
1e92f2d | 1 2 3 4 5 | // This config is only used for Jests's inline snapshot matcher.
module.exports = {
plugins: ['@babel/plugin-syntax-explicit-resource-management'],
}
|