UNPKG

component-test-setup

Version:

Standardized test setup methods for React components in tests.

15 lines (14 loc) 208 B
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "12", }, }, ], "@babel/preset-react", "@babel/preset-typescript", ], };