Skip to content

Commit 5eb20b6

Browse files
committed
Keep @jest-environment at the top
1 parent 70a42c6 commit 5eb20b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types="jest" />
21
/**
32
* @jest-environment @happy-dom/jest-environment
43
* @jest-environment-options { "customExportConditions": ["node"] }
@@ -8,6 +7,9 @@
87
*/
98
/* eslint-disable prefer-destructuring */
109
/* eslint-disable no-global-assign */
10+
11+
/// <reference types="jest" />
12+
1113
let consoleWarns;
1214
let createCognitiveServicesSpeechServicesPonyfillFactory;
1315
let createSpeechServicesPonyfill;

0 commit comments

Comments
 (0)