Skip to content

Commit

Permalink
Move jest to peer (#692)
Browse files Browse the repository at this point in the history
* Declare module

* Move jest to peer deps

* Update dependencies
  • Loading branch information
mmarkelov committed May 10, 2021
1 parent a41dca9 commit d57d136
Show file tree
Hide file tree
Showing 5 changed files with 4,506 additions and 4,762 deletions.
3 changes: 2 additions & 1 deletion index.js
@@ -1,4 +1,5 @@
module.exports = require('./lib/PlaywrightEnvironment').default
module.exports.getPlaywrightEnv = require('./lib/PlaywrightEnvironment').getPlaywrightEnv
module.exports.getPlaywrightEnv =
require('./lib/PlaywrightEnvironment').getPlaywrightEnv
module.exports.globalSetup = require('./lib/global').setup
module.exports.globalTeardown = require('./lib/global').teardown

0 comments on commit d57d136

Please sign in to comment.