FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nodejs.dev/test-preprocessor.js at main · nodejs/nodejs.dev · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
nodejs
/
nodejs.dev
Public archive
Notifications
You must be signed in to change notification settings
Fork
1k
Star
2.3k
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
nodejs.dev
/
test-preprocessor.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (5 loc) · 194 Bytes
Breadcrumbs
nodejs.dev
/
test-preprocessor.js
Copy path
File metadata and controls
7 lines (5 loc) · 194 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
const
babelJest
=
require
(
'babel-jest'
)
.
default
;
const
babelOptions
=
{
presets
:
[
'babel-preset-gatsby'
,
'@babel/typescript'
]
,
}
;
module
.
exports
=
babelJest
.
createTransformer
(
babelOptions
)
;
Back
|
FazBrowse Home
|
New Git URL