Skip to content

Commit

Permalink
WIP trying cypress without loose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed May 11, 2021
1 parent 4d17590 commit 04c04b4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cypress/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
presets: [
[
'@commercetools-frontend/babel-preset-mc-app',
{
// TODO: change this to `automatic` when using the new runtime
runtime: 'classic',
keepPropTypes: true,
enableLooseMode: false,
},
],
],
plugins: [
'babel-plugin-import-graphql',
'babel-plugin-typescript-to-proptypes',
],
};

0 comments on commit 04c04b4

Please sign in to comment.