This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
cturan
/
vendure
cermin dari
https://github.com/vendure-ecommerce/vendure
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
test: Set Jest environment to "node" for all server tests
Michael Bromley
6 tahun lalu
induk
8ac2e6ccee
melakukan
169ae564c0
2 mengubah file
dengan
2 tambahan dan
0 penghapusan
Tampilan Split
Tampilkan Statistik Diff
1
0
packages/core/jest.config.js
1
0
packages/email-plugin/jest.config.js
+ 1
- 0
packages/core/jest.config.js
Tampilan Berkas
@@ -21,4 +21,5 @@ module.exports = {
},
},
},
+ testEnvironment: 'node',
};
+ 1
- 0
packages/email-plugin/jest.config.js
Tampilan Berkas
@@ -21,4 +21,5 @@ module.exports = {
},
},
},
+ testEnvironment: 'node',
};