Skip to content

Commit 750c6a5

Browse files
committed
Solve linter and add happy-dome package
1 parent 7e820f2 commit 750c6a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integration-tests/jest/jest.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ describe('jest CommonJS', () => {
22842284
})
22852285
})
22862286

2287-
it.only('works with happy-dom', (done) => {
2287+
it('works with happy-dom', (done) => {
22882288
// Tests from ci-visibility/test/ci-visibility-test-2.js will be considered new
22892289
receiver.setKnownTests({
22902290
jest: {

packages/dd-trace/test/plugins/versions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@graphql-tools/executor": "1.4.9",
1919
"@grpc/grpc-js": "1.13.4",
2020
"@hapi/hapi": "21.4.0",
21+
"@happy-dom/jest-environment": "18.0.1",
2122
"@jest/core": "30.0.5",
2223
"@jest/reporters": "30.0.5",
2324
"@jest/test-sequencer": "30.0.5",

0 commit comments

Comments
 (0)