UNPKG
lean4-code-actions
Version:
latest (1.1.32)
1.1.32
Refactorings and snippets for Lean 4
lean4-code-actions
/
jest.setup.js
9 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ getConfig }
from
'./libs/utils/dotenv.cjs'
const
setup
=
async
(
) => {
const
config =
getConfig
()
Object
.
assign
(process.
env
, config) }
export
default
setup