diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:33 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:33 -0700 |
commit | 813329600c2c7022b006ba566a869179db067089 (patch) | |
tree | 2c8bc43eb8e306851ff33780f03ec5adc32d2dae /extension/jest.config.js | |
parent | b3c3a3fd2b93c4056bd4d329579fb41e6a83c4ca (diff) | |
download | sncontinue-813329600c2c7022b006ba566a869179db067089.tar.gz sncontinue-813329600c2c7022b006ba566a869179db067089.tar.bz2 sncontinue-813329600c2c7022b006ba566a869179db067089.zip |
fix python version on windows, other bugs, jest
Diffstat (limited to 'extension/jest.config.js')
-rw-r--r-- | extension/jest.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/jest.config.js b/extension/jest.config.js new file mode 100644 index 00000000..d5393251 --- /dev/null +++ b/extension/jest.config.js @@ -0,0 +1,4 @@ +module.exports = { + testEnvironment: "node", + preset: "ts-jest", +}; |