-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
feat: requireAndTranspileModule support ESM #11232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
28b88d8
adf5307
6469e42
2ef8e02
9a394bd
5c0f7f3
2f5098d
409340e
8910f9d
99ce250
ed3b8c3
739a122
02a697a
7b721f1
a80b820
884c7e0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -6,7 +6,9 @@ | |||||||||
*/ | ||||||||||
|
||||||||||
import throat from 'throat'; | ||||||||||
import {createEmptyTestResult} from '@jest/test-result'; | ||||||||||
import testResult from '@jest/test-result'; | ||||||||||
|
||||||||||
const {createEmptyTestResult} = testResult; | ||||||||||
Comment on lines
+8
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
does this work? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tested. It worked. |
||||||||||
|
||||||||||
export default class BaseTestRunner { | ||||||||||
constructor(globalConfig, context) { | ||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.