Skip to content

Commit

Permalink
Merge pull request #303 from storybookjs/cleanup-reference
Browse files Browse the repository at this point in the history
fix: Remove last reference to regenerator-runtime
  • Loading branch information
yannbf committed Jun 5, 2023
2 parents 6ef2ebb + 86f873e commit 790781f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright/custom-environment.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { setupPage } = require('../dist/setup-page');

require('regenerator-runtime/runtime');
const PlaywrightEnvironment = require('jest-playwright-preset/lib/PlaywrightEnvironment').default;

class CustomEnvironment extends PlaywrightEnvironment {
Expand Down

0 comments on commit 790781f

Please sign in to comment.