Skip to content

Instantly share code, notes, and snippets.

@pot-code
Last active May 17, 2021 07:59
Show Gist options
  • Save pot-code/c29335a942a80ac7beca95b57e7dabae to your computer and use it in GitHub Desktop.
Save pot-code/c29335a942a80ac7beca95b57e7dabae to your computer and use it in GitHub Desktop.
[jest] #frontend #template
module.exports = {
presets: [['@babel/preset-env', {targets: {node: 'current'}}], '@babel/preset-typescript'],
};
yarn add -D jest @types/jest babel-jest @babel/core @babel/preset-env @babel/preset-typescript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment