Skip to content

Commit

Permalink
maint: Remove regenerator-runtime. This is not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Feb 15, 2023
1 parent c4bf6ca commit 537219e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const config = require("@patternslib/dev/jest.config.js");

config.setupFilesAfterEnv.push(path.resolve(__dirname, "./src/setup-tests.js"));
config.transformIgnorePatterns = [
"/node_modules/(?!@patternslib/)(?!@plone/)(?!preact/)(?!screenfull/)(?!bootstrap/)(?!datatable/)(?!regenerator-runtime/).+\\.[t|j]sx?$",
"/node_modules/(?!@patternslib/)(?!@plone/)(?!preact/)(?!screenfull/)(?!bootstrap/)(?!datatable/).+\\.[t|j]sx?$",
];

module.exports = config;
1 change: 0 additions & 1 deletion src/pat/datatables/datatables.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "regenerator-runtime/runtime"; // needed for ``await`` support
import Base from "@patternslib/patternslib/src/core/base";

export default Base.extend({
Expand Down

0 comments on commit 537219e

Please sign in to comment.