Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from luisherranz/try/public-frontend-attributes
Browse files Browse the repository at this point in the history
Filter out frontend attributes without the `frontend: true` property
  • Loading branch information
luisherranz authored May 17, 2022
2 parents 1562088 + 8b09633 commit e0c10a5
Show file tree
Hide file tree
Showing 8 changed files with 4,819 additions and 17,884 deletions.
3 changes: 3 additions & 0 deletions jest.babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
};
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
transform: {
"^.+\\.jsx?$": ["babel-jest", { configFile: "./jest.babel.config.js" }],
},
};
Loading

0 comments on commit e0c10a5

Please sign in to comment.