We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05f0ac6 + 292ee97 commit 50e6e70Copy full SHA for 50e6e70
environment.js
@@ -1,8 +1,8 @@
1
/* eslint-disable no-console */
2
-const NodeEnvironment = require('jest-environment-node');
+const {TestEnvironment} = require('jest-environment-node');
3
const debug = require('debug')('jest-dynamodb');
4
5
-module.exports = class DynamoDBEnvironment extends NodeEnvironment {
+module.exports = class DynamoDBEnvironment extends TestEnvironment {
6
constructor(config) {
7
super(config);
8
}
package.json
@@ -56,7 +56,7 @@
56
"@shelf/prettier-config": "1.0.0",
57
"eslint": "8.4.1",
58
"husky": "7.0.4",
59
- "jest": "27.4.5",
+ "jest": "28.1.0",
60
"lint-staged": "12.1.2",
61
"prettier": "2.5.1",
62
"typescript": "4.5.4"
0 commit comments